Html Css Color HEX #3375FB Royal Blue

📋 copy color: '#3375FB'

red 51 ◦ green 117 ◦ blue 251

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

Shades of Royal Blue #3375FB

Tints of Royal Blue #3375FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.9%

R = 12.17%
G = 27.92%
B = 59.9%

CMYK

 C value IS 0.80

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3375FB (or 0x3375FB) is known color: Royal Blue. HEX triplet: 33, 75 and FB. RGB value is (51,117,251). Sum of RGB (Red+Green+Blue) = 51+117+251=419 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.17% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 251 (98.44% from 255 or 59.90% from 419); Max value from RGB is 251 - color contains mainly: blue. Hex color #3375FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3375FB is #CC8A04. Grayscale: #6F6F6F. Windows color (decimal): -13404677 or 16479539. OLE color: 16479539.

HSL color Cylindrical-coordinate representation of color #3375FB: hue angle of 220.2º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3375FB is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 117 251 -
CMYK 0.80 0.53 0 0.02
HSL 220.2º 0.96% 0.59% -
HSV(B) 220.2º 0.8% 0.98% -
XYZ 25.14 20.39 93.88 -
YUV 112.54 206.13 84.1 -
System Red Green Blue C M Y K H S L
Decimal 51 117 251 0.80 0.53 0 0.02 220.2 0.96 0.59
Hex 33 75 FB 50 35 0 2 DC 60 3B
Octal 63 165 373 120 65 0 2 334 140 73
Binary 110011 1110101 11111011 1010000 110101 0 10 11011100 1100000 111011

Color Harmonies of #3375FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3375FB

Black with #3375FB

Text Example


Text Example

White with #3375FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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