#338ED6

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

Shades of Curious Blue #338ED6

Tints of Curious Blue #338ED6

Color information

#338ED6 (or 0x338ED6) is unknown color: approx Curious Blue. HEX triplet: 33, 8E and D6. RGB value is (51,142,214). Sum of RGB (Red+Green+Blue) = 51+142+214=407 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.53% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 214 (83.98% from 255 or 52.58% from 407); Max value from RGB is 214 - color contains mainly: blue. Hex color #338ED6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338ED6 is #CC7129. Grayscale: #7A7A7A. Windows color (decimal): -13398314 or 14061107. OLE color: 14061107.

HSL color Cylindrical-coordinate representation of color #338ED6: hue angle of 206.5º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #338ED6 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB51142214-
CMYK0.760.3400.16
HSL206.5º66.53%51.96%-
HSV(B)206.5º76.17%83.92%-
XYZ23.1824.967.2-
YUV123179.3576.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.53%
GREEN value IS 142 (55.86% from 255) = 34.89%
BLUE value IS 214 (83.98% from 255) = 52.58%
R=12.53%
G=34.89%
B=52.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal511422140.760.3400.16206.566.5351.96
Hex338ED64C22010cf4334
Octal632163261144202031710364
Binary11001110001110110101101001100100010010000110011111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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