Html Css Color HEX #377DCE Curious Blue

📋 copy color: '#377DCE'

red 55 ◦ green 125 ◦ blue 206

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

Shades of Curious Blue #377DCE

Tints of Curious Blue #377DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.37%

R = 14.25%
G = 32.38%
B = 53.37%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#377DCE (or 0x377DCE) is known color: Curious Blue. HEX triplet: 37, 7D and CE. RGB value is (55,125,206). Sum of RGB (Red+Green+Blue) = 55+125+206=386 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.25% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #377DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377DCE is #C88231. Grayscale: #707070. Windows color (decimal): -13140530 or 13532471. OLE color: 13532471.

HSL color Cylindrical-coordinate representation of color #377DCE: hue angle of 212.19º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #377DCE is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 125 206 -
CMYK 0.73 0.39 0 0.19
HSL 212.19º 0.61% 0.51% -
HSV(B) 212.19º 0.73% 0.81% -
XYZ 20.05 19.94 61.18 -
YUV 113.3 180.31 86.41 -
System Red Green Blue C M Y K H S L
Decimal 55 125 206 0.73 0.39 0 0.19 212.19 0.61 0.51
Hex 37 7D CE 49 27 0 13 D4 3D 33
Octal 67 175 316 111 47 0 23 324 75 63
Binary 110111 1111101 11001110 1001001 100111 0 10011 11010100 111101 110011

Color Harmonies of #377DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377DCE

Black with #377DCE

Text Example


Text Example

White with #377DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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