Html Css Color HEX #3455DC Royal Blue

📋 copy color: '#3455DC'

red 52 ◦ green 85 ◦ blue 220

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

Shades of Royal Blue #3455DC

Tints of Royal Blue #3455DC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.81%

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

R = 14.57%
G = 23.81%
B = 61.62%

CMYK

 C value IS 0.76

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3455DC (or 0x3455DC) is known color: Royal Blue. HEX triplet: 34, 55 and DC. RGB value is (52,85,220). Sum of RGB (Red+Green+Blue) = 52+85+220=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #3455DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3455DC is #CBAA23. Grayscale: #595959. Windows color (decimal): -13347364 or 14439732. OLE color: 14439732.

HSL color Cylindrical-coordinate representation of color #3455DC: hue angle of 228.21º 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 #3455DC is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 85 220 -
CMYK 0.76 0.61 0 0.14
HSL 228.21º 0.71% 0.53% -
HSV(B) 228.21º 0.76% 0.86% -
XYZ 17.58 12.39 69.18 -
YUV 90.52 201.07 100.52 -
System Red Green Blue C M Y K H S L
Decimal 52 85 220 0.76 0.61 0 0.14 228.21 0.71 0.53
Hex 34 55 DC 4C 3D 0 E E4 47 35
Octal 64 125 334 114 75 0 16 344 107 65
Binary 110100 1010101 11011100 1001100 111101 0 1110 11100100 1000111 110101

Color Harmonies of #3455DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3455DC

Black with #3455DC

Text Example


Text Example

White with #3455DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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