#338FC6

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

Shades of Curious Blue #338FC6

Tints of Curious Blue #338FC6

Color information

#338FC6 (or 0x338FC6) is unknown color: approx Curious Blue. HEX triplet: 33, 8F and C6. RGB value is (51,143,198). Sum of RGB (Red+Green+Blue) = 51+143+198=392 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.01% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 198 (77.73% from 255 or 50.51% from 392); Max value from RGB is 198 - color contains mainly: blue. Hex color #338FC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338FC6 is #CC7039. Grayscale: #797979. Windows color (decimal): -13398074 or 13012787. OLE color: 13012787.

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

Color convert

RGB51143198-
CMYK0.740.2800.22
HSL202.45º59.04%48.82%-
HSV(B)202.45º74.24%77.65%-
XYZ21.3824.4357.01-
YUV121.76171.0277.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.01%
GREEN value IS 143 (56.25% from 255) = 36.48%
BLUE value IS 198 (77.73% from 255) = 50.51%
R=13.01%
G=36.48%
B=50.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal511431980.740.2800.22202.4559.0448.82
Hex338FC64A1C016ca3b31
Octal63217306112340263127361
Binary110011100011111100011010010101110001011011001010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,143,198); }

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

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

 a { background-color: rgb(51,143,198); }

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

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

 span { border-color: rgb(51,143,198); }

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