Html Css Color HEX #3372BA Curious Blue

📋 copy color: '#3372BA'

red 51 ◦ green 114 ◦ blue 186

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

Shades of Curious Blue #3372BA

Tints of Curious Blue #3372BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.99%

R = 14.53%
G = 32.48%
B = 52.99%

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

#3372BA (or 0x3372BA) is known color: Curious Blue. HEX triplet: 33, 72 and BA. RGB value is (51,114,186). Sum of RGB (Red+Green+Blue) = 51+114+186=351 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.53% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #3372BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3372BA is #CC8D45. Grayscale: #676767. Windows color (decimal): -13405510 or 12218931. OLE color: 12218931.

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

Color convert

RGB 51 114 186 -
CMYK 0.73 0.39 0 0.27
HSL 212º 0.57% 0.46% -
HSV(B) 212º 0.73% 0.73% -
XYZ 16.25 16.28 48.74 -
YUV 103.37 174.63 90.65 -
System Red Green Blue C M Y K H S L
Decimal 51 114 186 0.73 0.39 0 0.27 212 0.57 0.46
Hex 33 72 BA 49 27 0 1B D4 39 2E
Octal 63 162 272 111 47 0 33 324 71 56
Binary 110011 1110010 10111010 1001001 100111 0 11011 11010100 111001 101110

Color Harmonies of #3372BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3372BA

Black with #3372BA

Text Example


Text Example

White with #3372BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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