Html Css Color HEX #3670CA Royal Blue

📋 copy color: '#3670CA'

red 54 ◦ green 112 ◦ blue 202

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

Shades of Royal Blue #3670CA

Tints of Royal Blue #3670CA

RGB

 RED value IS 54 (21.48% from 255) = 14.67%

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

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

R = 14.67%
G = 30.43%
B = 54.89%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3670CA (or 0x3670CA) is known color: Royal Blue. HEX triplet: 36, 70 and CA. RGB value is (54,112,202). Sum of RGB (Red+Green+Blue) = 54+112+202=368 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.67% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #3670CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3670CA is #C98F35. Grayscale: #686868. Windows color (decimal): -13209398 or 13266998. OLE color: 13266998.

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

Color convert

RGB 54 112 202 -
CMYK 0.73 0.45 0 0.21
HSL 216.49º 0.58% 0.5% -
HSV(B) 216.49º 0.73% 0.79% -
XYZ 17.98 16.64 58.14 -
YUV 104.92 182.78 91.68 -
System Red Green Blue C M Y K H S L
Decimal 54 112 202 0.73 0.45 0 0.21 216.49 0.58 0.5
Hex 36 70 CA 49 2D 0 15 D8 3A 32
Octal 66 160 312 111 55 0 25 330 72 62
Binary 110110 1110000 11001010 1001001 101101 0 10101 11011000 111010 110010

Color Harmonies of #3670CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3670CA

Black with #3670CA

Text Example


Text Example

White with #3670CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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