Html Css Color HEX #3375FC Royal Blue

📋 copy color: '#3375FC'

red 51 ◦ green 117 ◦ blue 252

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

Shades of Royal Blue #3375FC

Tints of Royal Blue #3375FC

RGB

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

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

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

R = 12.14%
G = 27.86%
B = 60%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3375FC (or 0x3375FC) is known color: Royal Blue. HEX triplet: 33, 75 and FC. RGB value is (51,117,252). Sum of RGB (Red+Green+Blue) = 51+117+252=420 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.14% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #3375FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3375FC is #CC8A03. Grayscale: #707070. Windows color (decimal): -13404676 or 16545075. OLE color: 16545075.

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

Color convert

RGB 51 117 252 -
CMYK 0.80 0.54 0 0.01
HSL 220.3º 0.97% 0.59% -
HSV(B) 220.3º 0.8% 0.99% -
XYZ 25.3 20.45 94.71 -
YUV 112.66 206.63 84.02 -
System Red Green Blue C M Y K H S L
Decimal 51 117 252 0.80 0.54 0 0.01 220.3 0.97 0.59
Hex 33 75 FC 50 36 0 1 DC 61 3B
Octal 63 165 374 120 66 0 1 334 141 73
Binary 110011 1110101 11111100 1010000 110110 0 1 11011100 1100001 111011

Color Harmonies of #3375FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3375FC

Black with #3375FC

Text Example


Text Example

White with #3375FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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