Html Css Color HEX #377FCA Curious Blue

📋 copy color: '#377FCA'

red 55 ◦ green 127 ◦ blue 202

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

Shades of Curious Blue #377FCA

Tints of Curious Blue #377FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.6%

R = 14.32%
G = 33.07%
B = 52.6%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#377FCA (or 0x377FCA) is known color: Curious Blue. HEX triplet: 37, 7F and CA. RGB value is (55,127,202). Sum of RGB (Red+Green+Blue) = 55+127+202=384 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.32% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #377FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377FCA is #C88035. Grayscale: #717171. Windows color (decimal): -13140022 or 13270839. OLE color: 13270839.

HSL color Cylindrical-coordinate representation of color #377FCA: hue angle of 210.61º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #377FCA is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 55 127 202 -
CMYK 0.73 0.37 0 0.21
HSL 210.61º 0.58% 0.5% -
HSV(B) 210.61º 0.73% 0.79% -
XYZ 19.83 20.26 58.74 -
YUV 114.02 177.65 85.9 -
System Red Green Blue C M Y K H S L
Decimal 55 127 202 0.73 0.37 0 0.21 210.61 0.58 0.5
Hex 37 7F CA 49 25 0 15 D3 3A 32
Octal 67 177 312 111 45 0 25 323 72 62
Binary 110111 1111111 11001010 1001001 100101 0 10101 11010011 111010 110010

Color Harmonies of #377FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377FCA

Black with #377FCA

Text Example


Text Example

White with #377FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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