Html Css Color HEX #377CCD Curious Blue

📋 copy color: '#377CCD'

red 55 ◦ green 124 ◦ blue 205

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

Shades of Curious Blue #377CCD

Tints of Curious Blue #377CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.39%

R = 14.32%
G = 32.29%
B = 53.39%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#377CCD (or 0x377CCD) is known color: Curious Blue. HEX triplet: 37, 7C and CD. RGB value is (55,124,205). Sum of RGB (Red+Green+Blue) = 55+124+205=384 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.32% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #377CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377CCD is #C88332. Grayscale: #707070. Windows color (decimal): -13140787 or 13466679. OLE color: 13466679.

HSL color Cylindrical-coordinate representation of color #377CCD: hue angle of 212.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #377CCD is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 124 205 -
CMYK 0.73 0.40 0 0.20
HSL 212.4º 0.6% 0.51% -
HSV(B) 212.4º 0.73% 0.8% -
XYZ 19.8 19.64 60.5 -
YUV 112.6 180.14 86.91 -
System Red Green Blue C M Y K H S L
Decimal 55 124 205 0.73 0.40 0 0.20 212.4 0.6 0.51
Hex 37 7C CD 49 28 0 14 D4 3C 33
Octal 67 174 315 111 50 0 24 324 74 63
Binary 110111 1111100 11001101 1001001 101000 0 10100 11010100 111100 110011

Color Harmonies of #377CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377CCD

Black with #377CCD

Text Example


Text Example

White with #377CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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