Html Css Color HEX #3375FF Royal Blue

📋 copy color: '#3375FF'

red 51 ◦ green 117 ◦ blue 255

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

Shades of Royal Blue #3375FF

Tints of Royal Blue #3375FF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.66%

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

R = 12.06%
G = 27.66%
B = 60.28%

CMYK

 C value IS 0.8

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3375FF (or 0x3375FF) is known color: Royal Blue. HEX triplet: 33, 75 and FF. RGB value is (51,117,255). Sum of RGB (Red+Green+Blue) = 51+117+255=423 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12.06% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #3375FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3375FF is #CC8A00. Grayscale: #707070. Windows color (decimal): -13404673 or 16741683. OLE color: 16741683.

HSL color Cylindrical-coordinate representation of color #3375FF: hue angle of 220.59º 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 #3375FF is Cyan = 0.8, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 51 117 255 -
CMYK 0.8 0.54 0 0
HSL 220.59º 1% 0.6% -
HSV(B) 220.59º 0.8% 1% -
XYZ 25.78 20.65 97.23 -
YUV 113 208.13 83.78 -
System Red Green Blue C M Y K H S L
Decimal 51 117 255 0.8 0.54 0 0 220.59 1 0.6
Hex 33 75 FF 50 36 0 0 DD 64 3C
Octal 63 165 377 120 66 0 0 335 144 74
Binary 110011 1110101 11111111 1010000 110110 0 0 11011101 1100100 111100

Color Harmonies of #3375FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3375FF

Black with #3375FF

Text Example


Text Example

White with #3375FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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