#338BB2

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

Shades of Curious Blue #338BB2

Tints of Curious Blue #338BB2

Color information

#338BB2 (or 0x338BB2) is unknown color: approx Curious Blue. HEX triplet: 33, 8B and B2. RGB value is (51,139,178). Sum of RGB (Red+Green+Blue) = 51+139+178=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 178 (69.92% from 255 or 48.37% from 368); Max value from RGB is 178 - color contains mainly: blue. Hex color #338BB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338BB2 is #CC744D. Grayscale: #747474. Windows color (decimal): -13399118 or 11701043. OLE color: 11701043.

HSL color Cylindrical-coordinate representation of color #338BB2: hue angle of 198.43º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #338BB2 is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB51139178-
CMYK0.710.2200.30
HSL198.43º55.46%44.9%-
HSV(B)198.43º71.35%69.8%-
XYZ18.6322.3845.46-
YUV117.13162.3580.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.86%
GREEN value IS 139 (54.69% from 255) = 37.77%
BLUE value IS 178 (69.92% from 255) = 48.37%
R=13.86%
G=37.77%
B=48.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal511391780.710.2200.30198.4355.4644.9
Hex338BB2471601Ec6372d
Octal63213262107260363066755
Binary110011100010111011001010001111011001111011000110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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