Html Css Color HEX #3275CE Royal Blue

📋 copy color: '#3275CE'

red 50 ◦ green 117 ◦ blue 206

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

Shades of Royal Blue #3275CE

Tints of Royal Blue #3275CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.23%

R = 13.4%
G = 31.37%
B = 55.23%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3275CE (or 0x3275CE) is known color: Royal Blue. HEX triplet: 32, 75 and CE. RGB value is (50,117,206). Sum of RGB (Red+Green+Blue) = 50+117+206=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #3275CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3275CE is #CD8A31. Grayscale: #6A6A6A. Windows color (decimal): -13470258 or 13530418. OLE color: 13530418.

HSL color Cylindrical-coordinate representation of color #3275CE: hue angle of 214.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3275CE is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 117 206 -
CMYK 0.76 0.43 0 0.19
HSL 214.23º 0.61% 0.5% -
HSV(B) 214.23º 0.76% 0.81% -
XYZ 18.82 17.86 60.85 -
YUV 107.11 183.8 87.26 -
System Red Green Blue C M Y K H S L
Decimal 50 117 206 0.76 0.43 0 0.19 214.23 0.61 0.5
Hex 32 75 CE 4C 2B 0 13 D6 3D 32
Octal 62 165 316 114 53 0 23 326 75 62
Binary 110010 1110101 11001110 1001100 101011 0 10011 11010110 111101 110010

Color Harmonies of #3275CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3275CE

Black with #3275CE

Text Example


Text Example

White with #3275CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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