Html Css Color HEX #377AD0 Curious Blue

📋 copy color: '#377AD0'

red 55 ◦ green 122 ◦ blue 208

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

Shades of Curious Blue #377AD0

Tints of Curious Blue #377AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.03%

R = 14.29%
G = 31.69%
B = 54.03%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#377AD0 (or 0x377AD0) is known color: Curious Blue. HEX triplet: 37, 7A and D0. RGB value is (55,122,208). Sum of RGB (Red+Green+Blue) = 55+122+208=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 208 (81.64% from 255 or 54.03% from 385); Max value from RGB is 208 - color contains mainly: blue. Hex color #377AD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377AD0 is #C8852F. Grayscale: #6F6F6F. Windows color (decimal): -13141296 or 13662775. OLE color: 13662775.

HSL color Cylindrical-coordinate representation of color #377AD0: hue angle of 213.73º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #377AD0 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 55 122 208 -
CMYK 0.74 0.41 0 0.18
HSL 213.73º 0.62% 0.52% -
HSV(B) 213.73º 0.74% 0.82% -
XYZ 19.92 19.29 62.35 -
YUV 111.77 182.3 87.51 -
System Red Green Blue C M Y K H S L
Decimal 55 122 208 0.74 0.41 0 0.18 213.73 0.62 0.52
Hex 37 7A D0 4A 29 0 12 D6 3E 34
Octal 67 172 320 112 51 0 22 326 76 64
Binary 110111 1111010 11010000 1001010 101001 0 10010 11010110 111110 110100

Color Harmonies of #377AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377AD0

Black with #377AD0

Text Example


Text Example

White with #377AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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