Html Css Color HEX #3772BC Curious Blue

📋 copy color: '#3772BC'

red 55 ◦ green 114 ◦ blue 188

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

Shades of Curious Blue #3772BC

Tints of Curious Blue #3772BC

RGB

 RED value IS 55 (21.88% from 255) = 15.41%

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

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

R = 15.41%
G = 31.93%
B = 52.66%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3772BC (or 0x3772BC) is known color: Curious Blue. HEX triplet: 37, 72 and BC. RGB value is (55,114,188). Sum of RGB (Red+Green+Blue) = 55+114+188=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #3772BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3772BC is #C88D43. Grayscale: #686868. Windows color (decimal): -13143364 or 12350007. OLE color: 12350007.

HSL color Cylindrical-coordinate representation of color #3772BC: hue angle of 213.38º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3772BC is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 114 188 -
CMYK 0.71 0.39 0 0.26
HSL 213.38º 0.55% 0.48% -
HSV(B) 213.38º 0.71% 0.74% -
XYZ 16.67 16.48 49.88 -
YUV 104.8 174.95 92.48 -
System Red Green Blue C M Y K H S L
Decimal 55 114 188 0.71 0.39 0 0.26 213.38 0.55 0.48
Hex 37 72 BC 47 27 0 1A D5 37 30
Octal 67 162 274 107 47 0 32 325 67 60
Binary 110111 1110010 10111100 1000111 100111 0 11010 11010101 110111 110000

Color Harmonies of #3772BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3772BC

Black with #3772BC

Text Example


Text Example

White with #3772BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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