Html Css Color HEX #3275FA Royal Blue

📋 copy color: '#3275FA'

red 50 ◦ green 117 ◦ blue 250

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

Shades of Royal Blue #3275FA

Tints of Royal Blue #3275FA

RGB

 RED value IS 50 (19.92% from 255) = 11.99%

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

 BLUE value IS 250 (98.05% from 255) = 59.95%

R = 11.99%
G = 28.06%
B = 59.95%

CMYK

 C value IS 0.8

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3275FA (or 0x3275FA) is known color: Royal Blue. HEX triplet: 32, 75 and FA. RGB value is (50,117,250). Sum of RGB (Red+Green+Blue) = 50+117+250=417 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.99% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #3275FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3275FA is #CD8A05. Grayscale: #6F6F6F. Windows color (decimal): -13470214 or 16414002. OLE color: 16414002.

HSL color Cylindrical-coordinate representation of color #3275FA: hue angle of 219.9º degrees, saturation: 0.95, 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 #3275FA is Cyan = 0.8, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 117 250 -
CMYK 0.8 0.53 0 0.02
HSL 219.9º 0.95% 0.59% -
HSV(B) 219.9º 0.8% 0.98% -
XYZ 24.93 20.3 93.05 -
YUV 112.13 205.8 83.69 -
System Red Green Blue C M Y K H S L
Decimal 50 117 250 0.8 0.53 0 0.02 219.9 0.95 0.59
Hex 32 75 FA 50 35 0 2 DC 5F 3B
Octal 62 165 372 120 65 0 2 334 137 73
Binary 110010 1110101 11111010 1010000 110101 0 10 11011100 1011111 111011

Color Harmonies of #3275FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3275FA

Black with #3275FA

Text Example


Text Example

White with #3275FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3275FA; }

 p { color: rgb(50,117,250); }

 H1.HeaderClassName
 {
   color: #3275FA;
 }
 .AnyTagClassName
 {
   color: #3275FA;
 }
</style>

background-color css

<style>
 a { background-color: #3275FA; }

 a { background-color: rgb(50,117,250); }

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

border-color css

<style>
 span { border-color: #3275FA; }

 span { border-color: rgb(50,117,250); }

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