Html Css Color HEX #3372FF Royal Blue

📋 copy color: '#3372FF'

red 51 ◦ green 114 ◦ blue 255

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

Shades of Royal Blue #3372FF

Tints of Royal Blue #3372FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.71%

R = 12.14%
G = 27.14%
B = 60.71%

CMYK

 C value IS 0.8

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3372FF (or 0x3372FF) is known color: Royal Blue. HEX triplet: 33, 72 and FF. RGB value is (51,114,255). Sum of RGB (Red+Green+Blue) = 51+114+255=420 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.14% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #3372FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3372FF is #CC8D00. Grayscale: #6E6E6E. Windows color (decimal): -13405441 or 16740915. OLE color: 16740915.

HSL color Cylindrical-coordinate representation of color #3372FF: hue angle of 221.47º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3372FF is Cyan = 0.8, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 51 114 255 -
CMYK 0.8 0.55 0 0
HSL 221.47º 1% 0.6% -
HSV(B) 221.47º 0.8% 1% -
XYZ 25.43 19.96 97.12 -
YUV 111.24 209.13 85.04 -
System Red Green Blue C M Y K H S L
Decimal 51 114 255 0.8 0.55 0 0 221.47 1 0.6
Hex 33 72 FF 50 37 0 0 DD 64 3C
Octal 63 162 377 120 67 0 0 335 144 74
Binary 110011 1110010 11111111 1010000 110111 0 0 11011101 1100100 111100

Color Harmonies of #3372FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3372FF

Black with #3372FF

Text Example


Text Example

White with #3372FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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