Html Css Color HEX #3375FD Royal Blue

📋 copy color: '#3375FD'

red 51 ◦ green 117 ◦ blue 253

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

Shades of Royal Blue #3375FD

Tints of Royal Blue #3375FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.1%

R = 12.11%
G = 27.79%
B = 60.1%

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

#3375FD (or 0x3375FD) is known color: Royal Blue. HEX triplet: 33, 75 and FD. RGB value is (51,117,253). Sum of RGB (Red+Green+Blue) = 51+117+253=421 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.11% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #3375FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3375FD is #CC8A02. Grayscale: #707070. Windows color (decimal): -13404675 or 16610611. OLE color: 16610611.

HSL color Cylindrical-coordinate representation of color #3375FD: hue angle of 220.4º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3375FD is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 117 253 -
CMYK 0.80 0.54 0 0.01
HSL 220.4º 0.98% 0.6% -
HSV(B) 220.4º 0.8% 0.99% -
XYZ 25.46 20.52 95.55 -
YUV 112.77 207.13 83.94 -
System Red Green Blue C M Y K H S L
Decimal 51 117 253 0.80 0.54 0 0.01 220.4 0.98 0.6
Hex 33 75 FD 50 36 0 1 DC 62 3C
Octal 63 165 375 120 66 0 1 334 142 74
Binary 110011 1110101 11111101 1010000 110110 0 1 11011100 1100010 111100

Color Harmonies of #3375FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3375FD

Black with #3375FD

Text Example


Text Example

White with #3375FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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