#338EC8

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

Shades of Curious Blue #338EC8

Tints of Curious Blue #338EC8

Color information

#338EC8 (or 0x338EC8) is unknown color: approx Curious Blue. HEX triplet: 33, 8E and C8. RGB value is (51,142,200). Sum of RGB (Red+Green+Blue) = 51+142+200=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 200 (78.52% from 255 or 50.89% from 393); Max value from RGB is 200 - color contains mainly: blue. Hex color #338EC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338EC8 is #CC7137. Grayscale: #797979. Windows color (decimal): -13398328 or 13143603. OLE color: 13143603.

HSL color Cylindrical-coordinate representation of color #338EC8: hue angle of 203.36º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #338EC8 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB51142200-
CMYK0.740.2900.22
HSL203.36º59.36%49.22%-
HSV(B)203.36º74.5%78.43%-
XYZ21.4624.2258.19-
YUV121.4172.3577.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.98%
GREEN value IS 142 (55.86% from 255) = 36.13%
BLUE value IS 200 (78.52% from 255) = 50.89%
R=12.98%
G=36.13%
B=50.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal511422000.740.2900.22203.3659.3649.22
Hex338EC84A1D016cb3b31
Octal63216310112350263137361
Binary110011100011101100100010010101110101011011001011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338EC8; }

 p { color: rgb(51,142,200); }

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

<style>
 a { background-color: #338EC8; }

 a { background-color: rgb(51,142,200); }

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

<style>
 span { border-color: #338EC8; }

 span { border-color: rgb(51,142,200); }

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