Html Css Color HEX #3372BB Curious Blue

📋 copy color: '#3372BB'

red 51 ◦ green 114 ◦ blue 187

#3372BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #3372BB

Tints of Curious Blue #3372BB

RGB

 RED value IS 51 (20.31% from 255) = 14.49%

 GREEN value IS 114 (44.92% from 255) = 32.39%

 BLUE value IS 187 (73.44% from 255) = 53.13%

R = 14.49%
G = 32.39%
B = 53.13%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3372BB (or 0x3372BB) is known color: Curious Blue. HEX triplet: 33, 72 and BB. RGB value is (51,114,187). Sum of RGB (Red+Green+Blue) = 51+114+187=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #3372BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3372BB is #CC8D44. Grayscale: #676767. Windows color (decimal): -13405509 or 12284467. OLE color: 12284467.

HSL color Cylindrical-coordinate representation of color #3372BB: hue angle of 212.21º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3372BB is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 114 187 -
CMYK 0.73 0.39 0 0.27
HSL 212.21º 0.57% 0.47% -
HSV(B) 212.21º 0.73% 0.73% -
XYZ 16.35 16.33 49.3 -
YUV 103.49 175.13 90.56 -
System Red Green Blue C M Y K H S L
Decimal 51 114 187 0.73 0.39 0 0.27 212.21 0.57 0.47
Hex 33 72 BB 49 27 0 1B D4 39 2F
Octal 63 162 273 111 47 0 33 324 71 57
Binary 110011 1110010 10111011 1001001 100111 0 11011 11010100 111001 101111

Color Harmonies of #3372BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3372BB

Black with #3372BB

Text Example


Text Example

White with #3372BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3372BB; }

 p { color: rgb(51,114,187); }

 H1.HeaderClassName
 {
   color: #3372BB;
 }
 .AnyTagClassName
 {
   color: #3372BB;
 }
</style>

background-color css

<style>
 a { background-color: #3372BB; }

 a { background-color: rgb(51,114,187); }

 div.DivClassName
 {
   background-color: #3372BB;
 }
 .BgClassName
 {
   background-color: #3372BB;
 }
</style>

border-color css

<style>
 span { border-color: #3372BB; }

 span { border-color: rgb(51,114,187); }

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