#338BC9

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

Shades of Curious Blue #338BC9

Tints of Curious Blue #338BC9

Color information

#338BC9 (or 0x338BC9) is unknown color: approx Curious Blue. HEX triplet: 33, 8B and C9. RGB value is (51,139,201). Sum of RGB (Red+Green+Blue) = 51+139+201=391 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.04% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #338BC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338BC9 is #CC7436. Grayscale: #777777. Windows color (decimal): -13399095 or 13208371. OLE color: 13208371.

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

Color convert

RGB51139201-
CMYK0.750.3100.21
HSL204.8º59.52%49.41%-
HSV(B)204.8º74.63%78.82%-
XYZ21.1423.3958.66-
YUV119.76173.8578.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.04%
GREEN value IS 139 (54.69% from 255) = 35.55%
BLUE value IS 201 (78.91% from 255) = 51.41%
R=13.04%
G=35.55%
B=51.41%

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
Decimal511392010.750.3100.21204.859.5249.41
Hex338BC94B1F015cd3c31
Octal63213311113370253157461
Binary110011100010111100100110010111111101010111001101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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