#438DCE

Color #438DCE Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #438DCE

Tints of Curious Blue #438DCE

Color information

#438DCE (or 0x438DCE) is unknown color: approx Curious Blue. HEX triplet: 43, 8D and CE. RGB value is (67,141,206). Sum of RGB (Red+Green+Blue) = 67+141+206=414 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.18% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #438DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438DCE is #BC7231. Grayscale: #7D7D7D. Windows color (decimal): -12350002 or 13536579. OLE color: 13536579.

HSL color Cylindrical-coordinate representation of color #438DCE: hue angle of 208.06º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #438DCE is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB67141206-
CMYK0.670.3200.19
HSL208.06º58.65%53.53%-
HSV(B)208.06º67.48%80.78%-
XYZ22.9824.761.95-
YUV126.28172.9885.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 16.18%
GREEN value IS 141 (55.47% from 255) = 34.06%
BLUE value IS 206 (80.86% from 255) = 49.76%
R=16.18%
G=34.06%
B=49.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal671412060.670.3200.19208.0658.6553.53
Hex438DCE4320013d03b36
Octal103215316103400233207366
Binary10000111000110111001110100001110000001001111010000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438DCE; }

 p { color: rgb(67,141,206); }

 H1.HeaderClassName
 {
   color: #438DCE;
 }
 .AnyTagClassName
 {
   color: #438DCE;
 }
</style>
background-color css

<style>
 a { background-color: #438DCE; }

 a { background-color: rgb(67,141,206); }

 div.DivClassName
 {
   background-color: #438DCE;
 }
 .BgClassName
 {
   background-color: #438DCE;
 }
</style>
border-color css

<style>
 span { border-color: #438DCE; }

 span { border-color: rgb(67,141,206); }

 td.TdClassName
 {
   border-color: #438DCE;
 }
 .TagClassName
 {
   border-color: #438DCE;
 }
</style>