Html Css Color HEX #3368EC Royal Blue

📋 copy color: '#3368EC'

red 51 ◦ green 104 ◦ blue 236

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

Shades of Royal Blue #3368EC

Tints of Royal Blue #3368EC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.6%

 BLUE value IS 236 (92.58% from 255) = 60.36%

R = 13.04%
G = 26.6%
B = 60.36%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3368EC (or 0x3368EC) is known color: Royal Blue. HEX triplet: 33, 68 and EC. RGB value is (51,104,236). Sum of RGB (Red+Green+Blue) = 51+104+236=391 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.04% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 236 (92.58% from 255 or 60.36% from 391); Max value from RGB is 236 - color contains mainly: blue. Hex color #3368EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3368EC is #CC9713. Grayscale: #666666. Windows color (decimal): -13408020 or 15493171. OLE color: 15493171.

HSL color Cylindrical-coordinate representation of color #3368EC: hue angle of 222.81º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3368EC is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 104 236 -
CMYK 0.78 0.56 0 0.07
HSL 222.81º 0.83% 0.56% -
HSV(B) 222.81º 0.78% 0.93% -
XYZ 21.46 16.66 81.44 -
YUV 103.2 202.94 90.77 -
System Red Green Blue C M Y K H S L
Decimal 51 104 236 0.78 0.56 0 0.07 222.81 0.83 0.56
Hex 33 68 EC 4E 38 0 7 DF 53 38
Octal 63 150 354 116 70 0 7 337 123 70
Binary 110011 1101000 11101100 1001110 111000 0 111 11011111 1010011 111000

Color Harmonies of #3368EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3368EC

Black with #3368EC

Text Example


Text Example

White with #3368EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3368EC; }

 p { color: rgb(51,104,236); }

 H1.HeaderClassName
 {
   color: #3368EC;
 }
 .AnyTagClassName
 {
   color: #3368EC;
 }
</style>

background-color css

<style>
 a { background-color: #3368EC; }

 a { background-color: rgb(51,104,236); }

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

border-color css

<style>
 span { border-color: #3368EC; }

 span { border-color: rgb(51,104,236); }

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