#338AC9

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

Shades of Curious Blue #338AC9

Tints of Curious Blue #338AC9

Color information

#338AC9 (or 0x338AC9) is unknown color: approx Curious Blue. HEX triplet: 33, 8A and C9. RGB value is (51,138,201). Sum of RGB (Red+Green+Blue) = 51+138+201=390 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.08% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #338AC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338AC9 is #CC7536. Grayscale: #767676. Windows color (decimal): -13399351 or 13208115. OLE color: 13208115.

HSL color Cylindrical-coordinate representation of color #338AC9: hue angle of 205.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 #338AC9 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB51138201-
CMYK0.750.3100.21
HSL205.2º59.52%49.41%-
HSV(B)205.2º74.63%78.82%-
XYZ2123.158.61-
YUV119.17174.1879.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.08%
GREEN value IS 138 (54.30% from 255) = 35.38%
BLUE value IS 201 (78.91% from 255) = 51.54%
R=13.08%
G=35.38%
B=51.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal511382010.750.3100.21205.259.5249.41
Hex338AC94B1F015cd3c31
Octal63212311113370253157461
Binary110011100010101100100110010111111101010111001101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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