Html Css Color HEX #377CCF Curious Blue

📋 copy color: '#377CCF'

red 55 ◦ green 124 ◦ blue 207

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

Shades of Curious Blue #377CCF

Tints of Curious Blue #377CCF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.12%

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

R = 14.25%
G = 32.12%
B = 53.63%

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

#377CCF (or 0x377CCF) is known color: Curious Blue. HEX triplet: 37, 7C and CF. RGB value is (55,124,207). Sum of RGB (Red+Green+Blue) = 55+124+207=386 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.25% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #377CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377CCF is #C88330. Grayscale: #707070. Windows color (decimal): -13140785 or 13597751. OLE color: 13597751.

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

Color convert

RGB 55 124 207 -
CMYK 0.73 0.40 0 0.19
HSL 212.76º 0.61% 0.51% -
HSV(B) 212.76º 0.73% 0.81% -
XYZ 20.05 19.73 61.78 -
YUV 112.83 181.14 86.75 -
System Red Green Blue C M Y K H S L
Decimal 55 124 207 0.73 0.40 0 0.19 212.76 0.61 0.51
Hex 37 7C CF 49 28 0 13 D5 3D 33
Octal 67 174 317 111 50 0 23 325 75 63
Binary 110111 1111100 11001111 1001001 101000 0 10011 11010101 111101 110011

Color Harmonies of #377CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377CCF

Black with #377CCF

Text Example


Text Example

White with #377CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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