Html Css Color HEX #377DB5 Curious Blue

📋 copy color: '#377DB5'

red 55 ◦ green 125 ◦ blue 181

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

Shades of Curious Blue #377DB5

Tints of Curious Blue #377DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 50.14%

R = 15.24%
G = 34.63%
B = 50.14%

CMYK

 C value IS 0.70

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#377DB5 (or 0x377DB5) is known color: Curious Blue. HEX triplet: 37, 7D and B5. RGB value is (55,125,181). Sum of RGB (Red+Green+Blue) = 55+125+181=361 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.24% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 181 (71.09% from 255 or 50.14% from 361); Max value from RGB is 181 - color contains mainly: blue. Hex color #377DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377DB5 is #C8824A. Grayscale: #6E6E6E. Windows color (decimal): -13140555 or 11894071. OLE color: 11894071.

HSL color Cylindrical-coordinate representation of color #377DB5: hue angle of 206.67º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #377DB5 is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 55 125 181 -
CMYK 0.70 0.31 0 0.29
HSL 206.67º 0.53% 0.46% -
HSV(B) 206.67º 0.7% 0.71% -
XYZ 17.25 18.82 46.44 -
YUV 110.45 167.81 88.45 -
System Red Green Blue C M Y K H S L
Decimal 55 125 181 0.70 0.31 0 0.29 206.67 0.53 0.46
Hex 37 7D B5 46 1F 0 1D CF 35 2E
Octal 67 175 265 106 37 0 35 317 65 56
Binary 110111 1111101 10110101 1000110 11111 0 11101 11001111 110101 101110

Color Harmonies of #377DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377DB5

Black with #377DB5

Text Example


Text Example

White with #377DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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