Html Css Color HEX #3372FA Royal Blue

📋 copy color: '#3372FA'

red 51 ◦ green 114 ◦ blue 250

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

Shades of Royal Blue #3372FA

Tints of Royal Blue #3372FA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.47%

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

R = 12.29%
G = 27.47%
B = 60.24%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3372FA (or 0x3372FA) is known color: Royal Blue. HEX triplet: 33, 72 and FA. RGB value is (51,114,250). Sum of RGB (Red+Green+Blue) = 51+114+250=415 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.29% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #3372FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3372FA is #CC8D05. Grayscale: #6E6E6E. Windows color (decimal): -13405446 or 16413235. OLE color: 16413235.

HSL color Cylindrical-coordinate representation of color #3372FA: hue angle of 221.01º 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 #3372FA is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 114 250 -
CMYK 0.80 0.54 0 0.02
HSL 221.01º 0.95% 0.59% -
HSV(B) 221.01º 0.8% 0.98% -
XYZ 24.64 19.64 92.93 -
YUV 110.67 206.63 85.44 -
System Red Green Blue C M Y K H S L
Decimal 51 114 250 0.80 0.54 0 0.02 221.01 0.95 0.59
Hex 33 72 FA 50 36 0 2 DD 5F 3B
Octal 63 162 372 120 66 0 2 335 137 73
Binary 110011 1110010 11111010 1010000 110110 0 10 11011101 1011111 111011

Color Harmonies of #3372FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3372FA

Black with #3372FA

Text Example


Text Example

White with #3372FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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