Html Css Color HEX #3366FA Royal Blue

📋 copy color: '#3366FA'

red 51 ◦ green 102 ◦ blue 250

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

Shades of Royal Blue #3366FA

Tints of Royal Blue #3366FA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.31%

 BLUE value IS 250 (98.05% from 255) = 62.03%

R = 12.66%
G = 25.31%
B = 62.03%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3366FA (or 0x3366FA) is known color: Royal Blue. HEX triplet: 33, 66 and FA. RGB value is (51,102,250). Sum of RGB (Red+Green+Blue) = 51+102+250=403 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.66% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #3366FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3366FA is #CC9905. Grayscale: #666666. Windows color (decimal): -13408518 or 16410163. OLE color: 16410163.

HSL color Cylindrical-coordinate representation of color #3366FA: hue angle of 224.62º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3366FA is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 102 250 -
CMYK 0.80 0.59 0 0.02
HSL 224.62º 0.95% 0.59% -
HSV(B) 224.62º 0.8% 0.98% -
XYZ 23.37 17.11 92.51 -
YUV 103.62 210.6 90.47 -
System Red Green Blue C M Y K H S L
Decimal 51 102 250 0.80 0.59 0 0.02 224.62 0.95 0.59
Hex 33 66 FA 50 3B 0 2 E1 5F 3B
Octal 63 146 372 120 73 0 2 341 137 73
Binary 110011 1100110 11111010 1010000 111011 0 10 11100001 1011111 111011

Color Harmonies of #3366FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3366FA

Black with #3366FA

Text Example


Text Example

White with #3366FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3366FA; }

 p { color: rgb(51,102,250); }

 H1.HeaderClassName
 {
   color: #3366FA;
 }
 .AnyTagClassName
 {
   color: #3366FA;
 }
</style>

background-color css

<style>
 a { background-color: #3366FA; }

 a { background-color: rgb(51,102,250); }

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

border-color css

<style>
 span { border-color: #3366FA; }

 span { border-color: rgb(51,102,250); }

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