Html Css Color HEX #377FD0 Curious Blue

📋 copy color: '#377FD0'

red 55 ◦ green 127 ◦ blue 208

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

Shades of Curious Blue #377FD0

Tints of Curious Blue #377FD0

RGB

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

 GREEN value IS 127 (50% from 255) = 32.56%

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

R = 14.1%
G = 32.56%
B = 53.33%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#377FD0 (or 0x377FD0) is known color: Curious Blue. HEX triplet: 37, 7F and D0. RGB value is (55,127,208). Sum of RGB (Red+Green+Blue) = 55+127+208=390 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.10% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 208 (81.64% from 255 or 53.33% from 390); Max value from RGB is 208 - color contains mainly: blue. Hex color #377FD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377FD0 is #C8802F. Grayscale: #727272. Windows color (decimal): -13140016 or 13664055. OLE color: 13664055.

HSL color Cylindrical-coordinate representation of color #377FD0: hue angle of 211.76º 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 #377FD0 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 55 127 208 -
CMYK 0.74 0.39 0 0.18
HSL 211.76º 0.62% 0.52% -
HSV(B) 211.76º 0.74% 0.82% -
XYZ 20.55 20.55 62.56 -
YUV 114.71 180.65 85.41 -
System Red Green Blue C M Y K H S L
Decimal 55 127 208 0.74 0.39 0 0.18 211.76 0.62 0.52
Hex 37 7F D0 4A 27 0 12 D4 3E 34
Octal 67 177 320 112 47 0 22 324 76 64
Binary 110111 1111111 11010000 1001010 100111 0 10010 11010100 111110 110100

Color Harmonies of #377FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377FD0

Black with #377FD0

Text Example


Text Example

White with #377FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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