#338FC9

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

Shades of Curious Blue #338FC9

Tints of Curious Blue #338FC9

Color information

#338FC9 (or 0x338FC9) is unknown color: approx Curious Blue. HEX triplet: 33, 8F and C9. RGB value is (51,143,201). Sum of RGB (Red+Green+Blue) = 51+143+201=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #338FC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338FC9 is #CC7036. Grayscale: #797979. Windows color (decimal): -13398071 or 13209395. OLE color: 13209395.

HSL color Cylindrical-coordinate representation of color #338FC9: hue angle of 203.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #338FC9 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB51143201-
CMYK0.750.2900.21
HSL203.2º59.52%49.41%-
HSV(B)203.2º74.63%78.82%-
XYZ21.7324.5758.85-
YUV122.1172.5277.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.91%
GREEN value IS 143 (56.25% from 255) = 36.20%
BLUE value IS 201 (78.91% from 255) = 50.89%
R=12.91%
G=36.20%
B=50.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal511432010.750.2900.21203.259.5249.41
Hex338FC94B1D015cb3c31
Octal63217311113350253137461
Binary110011100011111100100110010111110101010111001011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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