Html Css Color HEX #303ACE Persian Blue

📋 copy color: '#303ACE'

red 48 ◦ green 58 ◦ blue 206

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

Shades of Persian Blue #303ACE

Tints of Persian Blue #303ACE

RGB

 RED value IS 48 (19.14% from 255) = 15.38%

 GREEN value IS 58 (23.05% from 255) = 18.59%

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

R = 15.38%
G = 18.59%
B = 66.03%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#303ACE (or 0x303ACE) is known color: Persian Blue. HEX triplet: 30, 3A and CE. RGB value is (48,58,206). Sum of RGB (Red+Green+Blue) = 48+58+206=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #303ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303ACE is #CFC531. Grayscale: #474747. Windows color (decimal): -13616434 or 13515312. OLE color: 13515312.

HSL color Cylindrical-coordinate representation of color #303ACE: hue angle of 236.2º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #303ACE is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 58 206 -
CMYK 0.77 0.72 0 0.19
HSL 236.2º 0.62% 0.5% -
HSV(B) 236.2º 0.77% 0.81% -
XYZ 13.87 8.11 59.23 -
YUV 71.88 203.69 110.97 -
System Red Green Blue C M Y K H S L
Decimal 48 58 206 0.77 0.72 0 0.19 236.2 0.62 0.5
Hex 30 3A CE 4D 48 0 13 EC 3E 32
Octal 60 72 316 115 110 0 23 354 76 62
Binary 110000 111010 11001110 1001101 1001000 0 10011 11101100 111110 110010

Color Harmonies of #303ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303ACE

Black with #303ACE

Text Example


Text Example

White with #303ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303ACE; }

 p { color: rgb(48,58,206); }

 H1.HeaderClassName
 {
   color: #303ACE;
 }
 .AnyTagClassName
 {
   color: #303ACE;
 }
</style>

background-color css

<style>
 a { background-color: #303ACE; }

 a { background-color: rgb(48,58,206); }

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

border-color css

<style>
 span { border-color: #303ACE; }

 span { border-color: rgb(48,58,206); }

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