Html Css Color HEX #3670CF Royal Blue

📋 copy color: '#3670CF'

red 54 ◦ green 112 ◦ blue 207

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

Shades of Royal Blue #3670CF

Tints of Royal Blue #3670CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.5%

R = 14.48%
G = 30.03%
B = 55.5%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3670CF (or 0x3670CF) is known color: Royal Blue. HEX triplet: 36, 70 and CF. RGB value is (54,112,207). Sum of RGB (Red+Green+Blue) = 54+112+207=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #3670CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3670CF is #C98F30. Grayscale: #696969. Windows color (decimal): -13209393 or 13594678. OLE color: 13594678.

HSL color Cylindrical-coordinate representation of color #3670CF: hue angle of 217.25º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3670CF is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 112 207 -
CMYK 0.74 0.46 0 0.19
HSL 217.25º 0.61% 0.51% -
HSV(B) 217.25º 0.74% 0.81% -
XYZ 18.58 16.88 61.31 -
YUV 105.49 185.28 91.28 -
System Red Green Blue C M Y K H S L
Decimal 54 112 207 0.74 0.46 0 0.19 217.25 0.61 0.51
Hex 36 70 CF 4A 2E 0 13 D9 3D 33
Octal 66 160 317 112 56 0 23 331 75 63
Binary 110110 1110000 11001111 1001010 101110 0 10011 11011001 111101 110011

Color Harmonies of #3670CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3670CF

Black with #3670CF

Text Example


Text Example

White with #3670CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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