Html Css Color HEX #3770CD Royal Blue

📋 copy color: '#3770CD'

red 55 ◦ green 112 ◦ blue 205

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

Shades of Royal Blue #3770CD

Tints of Royal Blue #3770CD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.11%

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

R = 14.78%
G = 30.11%
B = 55.11%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3770CD (or 0x3770CD) is known color: Royal Blue. HEX triplet: 37, 70 and CD. RGB value is (55,112,205). Sum of RGB (Red+Green+Blue) = 55+112+205=372 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.78% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #3770CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3770CD is #C88F32. Grayscale: #696969. Windows color (decimal): -13143859 or 13463607. OLE color: 13463607.

HSL color Cylindrical-coordinate representation of color #3770CD: hue angle of 217.2º 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 #3770CD is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 112 205 -
CMYK 0.73 0.45 0 0.20
HSL 217.2º 0.6% 0.51% -
HSV(B) 217.2º 0.73% 0.8% -
XYZ 18.39 16.81 60.03 -
YUV 105.56 184.12 91.94 -
System Red Green Blue C M Y K H S L
Decimal 55 112 205 0.73 0.45 0 0.20 217.2 0.6 0.51
Hex 37 70 CD 49 2D 0 14 D9 3C 33
Octal 67 160 315 111 55 0 24 331 74 63
Binary 110111 1110000 11001101 1001001 101101 0 10100 11011001 111100 110011

Color Harmonies of #3770CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3770CD

Black with #3770CD

Text Example


Text Example

White with #3770CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3770CD; }

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

 H1.HeaderClassName
 {
   color: #3770CD;
 }
 .AnyTagClassName
 {
   color: #3770CD;
 }
</style>

background-color css

<style>
 a { background-color: #3770CD; }

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

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

border-color css

<style>
 span { border-color: #3770CD; }

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

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