Html Css Color HEX #3365EB Royal Blue

📋 copy color: '#3365EB'

red 51 ◦ green 101 ◦ blue 235

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

Shades of Royal Blue #3365EB

Tints of Royal Blue #3365EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.72%

R = 13.18%
G = 26.1%
B = 60.72%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3365EB (or 0x3365EB) is known color: Royal Blue. HEX triplet: 33, 65 and EB. RGB value is (51,101,235). Sum of RGB (Red+Green+Blue) = 51+101+235=387 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.18% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 235 (92.19% from 255 or 60.72% from 387); Max value from RGB is 235 - color contains mainly: blue. Hex color #3365EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3365EB is #CC9A14. Grayscale: #646464. Windows color (decimal): -13408789 or 15426867. OLE color: 15426867.

HSL color Cylindrical-coordinate representation of color #3365EB: hue angle of 223.7º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3365EB is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 51 101 235 -
CMYK 0.78 0.57 0 0.08
HSL 223.7º 0.82% 0.56% -
HSV(B) 223.7º 0.78% 0.92% -
XYZ 21.01 16.01 80.58 -
YUV 101.33 203.44 92.1 -
System Red Green Blue C M Y K H S L
Decimal 51 101 235 0.78 0.57 0 0.08 223.7 0.82 0.56
Hex 33 65 EB 4E 39 0 8 E0 52 38
Octal 63 145 353 116 71 0 10 340 122 70
Binary 110011 1100101 11101011 1001110 111001 0 1000 11100000 1010010 111000

Color Harmonies of #3365EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3365EB

Black with #3365EB

Text Example


Text Example

White with #3365EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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