Html Css Color HEX #3370CA Royal Blue

📋 copy color: '#3370CA'

red 51 ◦ green 112 ◦ blue 202

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

Shades of Royal Blue #3370CA

Tints of Royal Blue #3370CA

RGB

 RED value IS 51 (20.31% from 255) = 13.97%

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

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

R = 13.97%
G = 30.68%
B = 55.34%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3370CA (or 0x3370CA) is known color: Royal Blue. HEX triplet: 33, 70 and CA. RGB value is (51,112,202). Sum of RGB (Red+Green+Blue) = 51+112+202=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #3370CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3370CA is #CC8F35. Grayscale: #676767. Windows color (decimal): -13406006 or 13266995. OLE color: 13266995.

HSL color Cylindrical-coordinate representation of color #3370CA: hue angle of 215.76º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3370CA is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 51 112 202 -
CMYK 0.75 0.45 0 0.21
HSL 215.76º 0.6% 0.5% -
HSV(B) 215.76º 0.75% 0.79% -
XYZ 17.82 16.56 58.13 -
YUV 104.02 183.29 90.18 -
System Red Green Blue C M Y K H S L
Decimal 51 112 202 0.75 0.45 0 0.21 215.76 0.6 0.5
Hex 33 70 CA 4B 2D 0 15 D8 3C 32
Octal 63 160 312 113 55 0 25 330 74 62
Binary 110011 1110000 11001010 1001011 101101 0 10101 11011000 111100 110010

Color Harmonies of #3370CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3370CA

Black with #3370CA

Text Example


Text Example

White with #3370CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,112,202); }

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

background-color css

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

 a { background-color: rgb(51,112,202); }

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

border-color css

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

 span { border-color: rgb(51,112,202); }

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