Html Css Color HEX #302ACD Persian Blue

📋 copy color: '#302ACD'

red 48 ◦ green 42 ◦ blue 205

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

Shades of Persian Blue #302ACD

Tints of Persian Blue #302ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.24%

 BLUE value IS 205 (80.47% from 255) = 69.49%

R = 16.27%
G = 14.24%
B = 69.49%

CMYK

 C value IS 0.77

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#302ACD (or 0x302ACD) is known color: Persian Blue. HEX triplet: 30, 2A and CD. RGB value is (48,42,205). Sum of RGB (Red+Green+Blue) = 48+42+205=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 205 (80.47% from 255 or 69.49% from 295); Max value from RGB is 205 - color contains mainly: blue. Hex color #302ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302ACD is #CFD532. Grayscale: #3D3D3D. Windows color (decimal): -13620531 or 13445680. OLE color: 13445680.

HSL color Cylindrical-coordinate representation of color #302ACD: hue angle of 242.21º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #302ACD is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 42 205 -
CMYK 0.77 0.80 0 0.20
HSL 242.21º 0.66% 0.48% -
HSV(B) 242.21º 0.8% 0.8% -
XYZ 13.07 6.69 58.36 -
YUV 62.38 208.49 117.75 -
System Red Green Blue C M Y K H S L
Decimal 48 42 205 0.77 0.80 0 0.20 242.21 0.66 0.48
Hex 30 2A CD 4D 50 0 14 F2 42 30
Octal 60 52 315 115 120 0 24 362 102 60
Binary 110000 101010 11001101 1001101 1010000 0 10100 11110010 1000010 110000

Color Harmonies of #302ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302ACD

Black with #302ACD

Text Example


Text Example

White with #302ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302ACD; }

 p { color: rgb(48,42,205); }

 H1.HeaderClassName
 {
   color: #302ACD;
 }
 .AnyTagClassName
 {
   color: #302ACD;
 }
</style>

background-color css

<style>
 a { background-color: #302ACD; }

 a { background-color: rgb(48,42,205); }

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

border-color css

<style>
 span { border-color: #302ACD; }

 span { border-color: rgb(48,42,205); }

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