#438EC4

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

Shades of Curious Blue #438EC4

Tints of Curious Blue #438EC4

Color information

#438EC4 (or 0x438EC4) is unknown color: approx Curious Blue. HEX triplet: 43, 8E and C4. RGB value is (67,142,196). Sum of RGB (Red+Green+Blue) = 67+142+196=405 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.54% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 196 (76.95% from 255 or 48.40% from 405); Max value from RGB is 196 - color contains mainly: blue. Hex color #438EC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438EC4 is #BC713B. Grayscale: #7D7D7D. Windows color (decimal): -12349756 or 12881475. OLE color: 12881475.

HSL color Cylindrical-coordinate representation of color #438EC4: hue angle of 205.12º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #438EC4 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB67142196-
CMYK0.660.2800.23
HSL205.12º52.23%51.57%-
HSV(B)205.12º65.82%76.86%-
XYZ21.9524.5255.8-
YUV125.73167.6586.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.54%
GREEN value IS 142 (55.86% from 255) = 35.06%
BLUE value IS 196 (76.95% from 255) = 48.40%
R=16.54%
G=35.06%
B=48.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal671421960.660.2800.23205.1252.2351.57
Hex438EC4421C017cd3434
Octal103216304102340273156464
Binary1000011100011101100010010000101110001011111001101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,142,196); }

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

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

 a { background-color: rgb(67,142,196); }

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

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

 span { border-color: rgb(67,142,196); }

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