Html Css Color HEX #3372BC Curious Blue

📋 copy color: '#3372BC'

red 51 ◦ green 114 ◦ blue 188

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

Shades of Curious Blue #3372BC

Tints of Curious Blue #3372BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.26%

R = 14.45%
G = 32.29%
B = 53.26%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3372BC (or 0x3372BC) is known color: Curious Blue. HEX triplet: 33, 72 and BC. RGB value is (51,114,188). Sum of RGB (Red+Green+Blue) = 51+114+188=353 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.45% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #3372BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3372BC is #CC8D43. Grayscale: #676767. Windows color (decimal): -13405508 or 12350003. OLE color: 12350003.

HSL color Cylindrical-coordinate representation of color #3372BC: hue angle of 212.41º 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 #3372BC is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 114 188 -
CMYK 0.73 0.39 0 0.26
HSL 212.41º 0.57% 0.47% -
HSV(B) 212.41º 0.73% 0.74% -
XYZ 16.46 16.37 49.87 -
YUV 103.6 175.63 90.48 -
System Red Green Blue C M Y K H S L
Decimal 51 114 188 0.73 0.39 0 0.26 212.41 0.57 0.47
Hex 33 72 BC 49 27 0 1A D4 39 2F
Octal 63 162 274 111 47 0 32 324 71 57
Binary 110011 1110010 10111100 1001001 100111 0 11010 11010100 111001 101111

Color Harmonies of #3372BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3372BC

Black with #3372BC

Text Example


Text Example

White with #3372BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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