Html Css Color HEX #3372BD Curious Blue

📋 copy color: '#3372BD'

red 51 ◦ green 114 ◦ blue 189

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

Shades of Curious Blue #3372BD

Tints of Curious Blue #3372BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.39%

R = 14.41%
G = 32.2%
B = 53.39%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3372BD (or 0x3372BD) is known color: Curious Blue. HEX triplet: 33, 72 and BD. RGB value is (51,114,189). Sum of RGB (Red+Green+Blue) = 51+114+189=354 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.41% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #3372BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3372BD is #CC8D42. Grayscale: #676767. Windows color (decimal): -13405507 or 12415539. OLE color: 12415539.

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

Color convert

RGB 51 114 189 -
CMYK 0.73 0.40 0 0.26
HSL 212.61º 0.58% 0.47% -
HSV(B) 212.61º 0.73% 0.74% -
XYZ 16.57 16.41 50.44 -
YUV 103.71 176.13 90.4 -
System Red Green Blue C M Y K H S L
Decimal 51 114 189 0.73 0.40 0 0.26 212.61 0.58 0.47
Hex 33 72 BD 49 28 0 1A D5 3A 2F
Octal 63 162 275 111 50 0 32 325 72 57
Binary 110011 1110010 10111101 1001001 101000 0 11010 11010101 111010 101111

Color Harmonies of #3372BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3372BD

Black with #3372BD

Text Example


Text Example

White with #3372BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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