Html Css Color HEX #3365D5 Royal Blue

📋 copy color: '#3365D5'

red 51 ◦ green 101 ◦ blue 213

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

Shades of Royal Blue #3365D5

Tints of Royal Blue #3365D5

RGB

 RED value IS 51 (20.31% from 255) = 13.97%

 GREEN value IS 101 (39.84% from 255) = 27.67%

 BLUE value IS 213 (83.59% from 255) = 58.36%

R = 13.97%
G = 27.67%
B = 58.36%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3365D5 (or 0x3365D5) is known color: Royal Blue. HEX triplet: 33, 65 and D5. RGB value is (51,101,213). Sum of RGB (Red+Green+Blue) = 51+101+213=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 213 (83.59% from 255 or 58.36% from 365); Max value from RGB is 213 - color contains mainly: blue. Hex color #3365D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3365D5 is #CC9A2A. Grayscale: #626262. Windows color (decimal): -13408811 or 13985075. OLE color: 13985075.

HSL color Cylindrical-coordinate representation of color #3365D5: hue angle of 221.48º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3365D5 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 101 213 -
CMYK 0.76 0.53 0 0.16
HSL 221.48º 0.66% 0.52% -
HSV(B) 221.48º 0.76% 0.84% -
XYZ 18.03 14.82 64.86 -
YUV 98.82 192.44 93.89 -
System Red Green Blue C M Y K H S L
Decimal 51 101 213 0.76 0.53 0 0.16 221.48 0.66 0.52
Hex 33 65 D5 4C 35 0 10 DD 42 34
Octal 63 145 325 114 65 0 20 335 102 64
Binary 110011 1100101 11010101 1001100 110101 0 10000 11011101 1000010 110100

Color Harmonies of #3365D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3365D5

Black with #3365D5

Text Example


Text Example

White with #3365D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3365D5; }

 p { color: rgb(51,101,213); }

 H1.HeaderClassName
 {
   color: #3365D5;
 }
 .AnyTagClassName
 {
   color: #3365D5;
 }
</style>

background-color css

<style>
 a { background-color: #3365D5; }

 a { background-color: rgb(51,101,213); }

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

border-color css

<style>
 span { border-color: #3365D5; }

 span { border-color: rgb(51,101,213); }

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