Html Css Color HEX #3275DA Royal Blue

📋 copy color: '#3275DA'

red 50 ◦ green 117 ◦ blue 218

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

Shades of Royal Blue #3275DA

Tints of Royal Blue #3275DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.62%

R = 12.99%
G = 30.39%
B = 56.62%

CMYK

 C value IS 0.77

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3275DA (or 0x3275DA) is known color: Royal Blue. HEX triplet: 32, 75 and DA. RGB value is (50,117,218). Sum of RGB (Red+Green+Blue) = 50+117+218=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #3275DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3275DA is #CD8A25. Grayscale: #6C6C6C. Windows color (decimal): -13470246 or 14316850. OLE color: 14316850.

HSL color Cylindrical-coordinate representation of color #3275DA: hue angle of 216.07º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3275DA is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 117 218 -
CMYK 0.77 0.46 0 0.15
HSL 216.07º 0.69% 0.53% -
HSV(B) 216.07º 0.77% 0.85% -
XYZ 20.33 18.46 68.82 -
YUV 108.48 189.8 86.29 -
System Red Green Blue C M Y K H S L
Decimal 50 117 218 0.77 0.46 0 0.15 216.07 0.69 0.53
Hex 32 75 DA 4D 2E 0 F D8 45 35
Octal 62 165 332 115 56 0 17 330 105 65
Binary 110010 1110101 11011010 1001101 101110 0 1111 11011000 1000101 110101

Color Harmonies of #3275DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3275DA

Black with #3275DA

Text Example


Text Example

White with #3275DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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