Html Css Color HEX #377DCF Curious Blue

📋 copy color: '#377DCF'

red 55 ◦ green 125 ◦ blue 207

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

Shades of Curious Blue #377DCF

Tints of Curious Blue #377DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.49%

R = 14.21%
G = 32.3%
B = 53.49%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#377DCF (or 0x377DCF) is known color: Curious Blue. HEX triplet: 37, 7D and CF. RGB value is (55,125,207). Sum of RGB (Red+Green+Blue) = 55+125+207=387 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.21% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #377DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377DCF is #C88230. Grayscale: #717171. Windows color (decimal): -13140529 or 13598007. OLE color: 13598007.

HSL color Cylindrical-coordinate representation of color #377DCF: hue angle of 212.37º 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 #377DCF is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 125 207 -
CMYK 0.73 0.40 0 0.19
HSL 212.37º 0.61% 0.51% -
HSV(B) 212.37º 0.73% 0.81% -
XYZ 20.17 19.98 61.83 -
YUV 113.42 180.81 86.33 -
System Red Green Blue C M Y K H S L
Decimal 55 125 207 0.73 0.40 0 0.19 212.37 0.61 0.51
Hex 37 7D CF 49 28 0 13 D4 3D 33
Octal 67 175 317 111 50 0 23 324 75 63
Binary 110111 1111101 11001111 1001001 101000 0 10011 11010100 111101 110011

Color Harmonies of #377DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377DCF

Black with #377DCF

Text Example


Text Example

White with #377DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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