Html Css Color HEX #3372FC Royal Blue

📋 copy color: '#3372FC'

red 51 ◦ green 114 ◦ blue 252

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

Shades of Royal Blue #3372FC

Tints of Royal Blue #3372FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60.43%

R = 12.23%
G = 27.34%
B = 60.43%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3372FC (or 0x3372FC) is known color: Royal Blue. HEX triplet: 33, 72 and FC. RGB value is (51,114,252). Sum of RGB (Red+Green+Blue) = 51+114+252=417 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.23% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #3372FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3372FC is #CC8D03. Grayscale: #6E6E6E. Windows color (decimal): -13405444 or 16544307. OLE color: 16544307.

HSL color Cylindrical-coordinate representation of color #3372FC: hue angle of 221.19º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3372FC is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 114 252 -
CMYK 0.80 0.55 0 0.01
HSL 221.19º 0.97% 0.59% -
HSV(B) 221.19º 0.8% 0.99% -
XYZ 24.95 19.77 94.6 -
YUV 110.9 207.63 85.28 -
System Red Green Blue C M Y K H S L
Decimal 51 114 252 0.80 0.55 0 0.01 221.19 0.97 0.59
Hex 33 72 FC 50 37 0 1 DD 61 3B
Octal 63 162 374 120 67 0 1 335 141 73
Binary 110011 1110010 11111100 1010000 110111 0 1 11011101 1100001 111011

Color Harmonies of #3372FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3372FC

Black with #3372FC

Text Example


Text Example

White with #3372FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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