Html Css Color HEX #377DBB Curious Blue

📋 copy color: '#377DBB'

red 55 ◦ green 125 ◦ blue 187

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

Shades of Curious Blue #377DBB

Tints of Curious Blue #377DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.06%

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

R = 14.99%
G = 34.06%
B = 50.95%

CMYK

 C value IS 0.71

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#377DBB (or 0x377DBB) is known color: Curious Blue. HEX triplet: 37, 7D and BB. RGB value is (55,125,187). Sum of RGB (Red+Green+Blue) = 55+125+187=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #377DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377DBB is #C88244. Grayscale: #6E6E6E. Windows color (decimal): -13140549 or 12287287. OLE color: 12287287.

HSL color Cylindrical-coordinate representation of color #377DBB: hue angle of 208.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #377DBB is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 125 187 -
CMYK 0.71 0.33 0 0.27
HSL 208.18º 0.55% 0.47% -
HSV(B) 208.18º 0.71% 0.73% -
XYZ 17.88 19.07 49.75 -
YUV 111.14 170.81 87.96 -
System Red Green Blue C M Y K H S L
Decimal 55 125 187 0.71 0.33 0 0.27 208.18 0.55 0.47
Hex 37 7D BB 47 21 0 1B D0 37 2F
Octal 67 175 273 107 41 0 33 320 67 57
Binary 110111 1111101 10111011 1000111 100001 0 11011 11010000 110111 101111

Color Harmonies of #377DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377DBB

Black with #377DBB

Text Example


Text Example

White with #377DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377DBB; }

 p { color: rgb(55,125,187); }

 H1.HeaderClassName
 {
   color: #377DBB;
 }
 .AnyTagClassName
 {
   color: #377DBB;
 }
</style>

background-color css

<style>
 a { background-color: #377DBB; }

 a { background-color: rgb(55,125,187); }

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

border-color css

<style>
 span { border-color: #377DBB; }

 span { border-color: rgb(55,125,187); }

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