Html Css Color HEX #3664CF Royal Blue

📋 copy color: '#3664CF'

red 54 ◦ green 100 ◦ blue 207

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

Shades of Royal Blue #3664CF

Tints of Royal Blue #3664CF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.7%

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

R = 14.96%
G = 27.7%
B = 57.34%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3664CF (or 0x3664CF) is known color: Royal Blue. HEX triplet: 36, 64 and CF. RGB value is (54,100,207). Sum of RGB (Red+Green+Blue) = 54+100+207=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #3664CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3664CF is #C99B30. Grayscale: #616161. Windows color (decimal): -13212465 or 13591606. OLE color: 13591606.

HSL color Cylindrical-coordinate representation of color #3664CF: hue angle of 221.96º 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 #3664CF is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 100 207 -
CMYK 0.74 0.52 0 0.19
HSL 221.96º 0.61% 0.51% -
HSV(B) 221.96º 0.74% 0.81% -
XYZ 17.34 14.4 60.9 -
YUV 98.44 189.26 96.3 -
System Red Green Blue C M Y K H S L
Decimal 54 100 207 0.74 0.52 0 0.19 221.96 0.61 0.51
Hex 36 64 CF 4A 34 0 13 DE 3D 33
Octal 66 144 317 112 64 0 23 336 75 63
Binary 110110 1100100 11001111 1001010 110100 0 10011 11011110 111101 110011

Color Harmonies of #3664CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3664CF

Black with #3664CF

Text Example


Text Example

White with #3664CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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