Html Css Color HEX #3771CA Royal Blue

📋 copy color: '#3771CA'

red 55 ◦ green 113 ◦ blue 202

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

Shades of Royal Blue #3771CA

Tints of Royal Blue #3771CA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.54%

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

R = 14.86%
G = 30.54%
B = 54.59%

CMYK

 C value IS 0.73

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3771CA (or 0x3771CA) is known color: Royal Blue. HEX triplet: 37, 71 and CA. RGB value is (55,113,202). Sum of RGB (Red+Green+Blue) = 55+113+202=370 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.86% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #3771CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3771CA is #C88E35. Grayscale: #696969. Windows color (decimal): -13143606 or 13267255. OLE color: 13267255.

HSL color Cylindrical-coordinate representation of color #3771CA: hue angle of 216.33º 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 #3771CA is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 55 113 202 -
CMYK 0.73 0.44 0 0.21
HSL 216.33º 0.58% 0.5% -
HSV(B) 216.33º 0.73% 0.79% -
XYZ 18.14 16.89 58.18 -
YUV 105.8 182.28 91.76 -
System Red Green Blue C M Y K H S L
Decimal 55 113 202 0.73 0.44 0 0.21 216.33 0.58 0.5
Hex 37 71 CA 49 2C 0 15 D8 3A 32
Octal 67 161 312 111 54 0 25 330 72 62
Binary 110111 1110001 11001010 1001001 101100 0 10101 11011000 111010 110010

Color Harmonies of #3771CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3771CA

Black with #3771CA

Text Example


Text Example

White with #3771CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3771CA; }

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

 H1.HeaderClassName
 {
   color: #3771CA;
 }
 .AnyTagClassName
 {
   color: #3771CA;
 }
</style>

background-color css

<style>
 a { background-color: #3771CA; }

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

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

border-color css

<style>
 span { border-color: #3771CA; }

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

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