Html Css Color HEX #377AB0 Curious Blue

📋 copy color: '#377AB0'

red 55 ◦ green 122 ◦ blue 176

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

Shades of Curious Blue #377AB0

Tints of Curious Blue #377AB0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.56%

 BLUE value IS 176 (69.14% from 255) = 49.86%

R = 15.58%
G = 34.56%
B = 49.86%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#377AB0 (or 0x377AB0) is known color: Curious Blue. HEX triplet: 37, 7A and B0. RGB value is (55,122,176). Sum of RGB (Red+Green+Blue) = 55+122+176=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 176 (69.14% from 255 or 49.86% from 353); Max value from RGB is 176 - color contains mainly: blue. Hex color #377AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377AB0 is #C8854F. Grayscale: #6B6B6B. Windows color (decimal): -13141328 or 11565623. OLE color: 11565623.

HSL color Cylindrical-coordinate representation of color #377AB0: hue angle of 206.78º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #377AB0 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 55 122 176 -
CMYK 0.69 0.31 0 0.31
HSL 206.78º 0.52% 0.45% -
HSV(B) 206.78º 0.69% 0.69% -
XYZ 16.37 17.87 43.66 -
YUV 108.12 166.3 90.11 -
System Red Green Blue C M Y K H S L
Decimal 55 122 176 0.69 0.31 0 0.31 206.78 0.52 0.45
Hex 37 7A B0 45 1F 0 1F CF 34 2D
Octal 67 172 260 105 37 0 37 317 64 55
Binary 110111 1111010 10110000 1000101 11111 0 11111 11001111 110100 101101

Color Harmonies of #377AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377AB0

Black with #377AB0

Text Example


Text Example

White with #377AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,122,176); }

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

background-color css

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

 a { background-color: rgb(55,122,176); }

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

border-color css

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

 span { border-color: rgb(55,122,176); }

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