Html Css Color HEX #3453DC Royal Blue

📋 copy color: '#3453DC'

red 52 ◦ green 83 ◦ blue 220

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

Shades of Royal Blue #3453DC

Tints of Royal Blue #3453DC

RGB

 RED value IS 52 (20.7% from 255) = 14.65%

 GREEN value IS 83 (32.81% from 255) = 23.38%

 BLUE value IS 220 (86.33% from 255) = 61.97%

R = 14.65%
G = 23.38%
B = 61.97%

CMYK

 C value IS 0.76

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3453DC (or 0x3453DC) is known color: Royal Blue. HEX triplet: 34, 53 and DC. RGB value is (52,83,220). Sum of RGB (Red+Green+Blue) = 52+83+220=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #3453DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3453DC is #CBAC23. Grayscale: #585858. Windows color (decimal): -13347876 or 14439220. OLE color: 14439220.

HSL color Cylindrical-coordinate representation of color #3453DC: hue angle of 228.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3453DC is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 83 220 -
CMYK 0.76 0.62 0 0.14
HSL 228.93º 0.71% 0.53% -
HSV(B) 228.93º 0.76% 0.86% -
XYZ 17.43 12.08 69.12 -
YUV 89.35 201.73 101.36 -
System Red Green Blue C M Y K H S L
Decimal 52 83 220 0.76 0.62 0 0.14 228.93 0.71 0.53
Hex 34 53 DC 4C 3E 0 E E5 47 35
Octal 64 123 334 114 76 0 16 345 107 65
Binary 110100 1010011 11011100 1001100 111110 0 1110 11100101 1000111 110101

Color Harmonies of #3453DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3453DC

Black with #3453DC

Text Example


Text Example

White with #3453DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3453DC; }

 p { color: rgb(52,83,220); }

 H1.HeaderClassName
 {
   color: #3453DC;
 }
 .AnyTagClassName
 {
   color: #3453DC;
 }
</style>

background-color css

<style>
 a { background-color: #3453DC; }

 a { background-color: rgb(52,83,220); }

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

border-color css

<style>
 span { border-color: #3453DC; }

 span { border-color: rgb(52,83,220); }

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