Html Css Color HEX #303DAC Persian Blue

📋 copy color: '#303DAC'

red 48 ◦ green 61 ◦ blue 172

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

Shades of Persian Blue #303DAC

Tints of Persian Blue #303DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.71%

 BLUE value IS 172 (67.58% from 255) = 61.21%

R = 17.08%
G = 21.71%
B = 61.21%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#303DAC (or 0x303DAC) is known color: Persian Blue. HEX triplet: 30, 3D and AC. RGB value is (48,61,172). Sum of RGB (Red+Green+Blue) = 48+61+172=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #303DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303DAC is #CFC253. Grayscale: #454545. Windows color (decimal): -13615700 or 11287856. OLE color: 11287856.

HSL color Cylindrical-coordinate representation of color #303DAC: hue angle of 233.71º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #303DAC is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 61 172 -
CMYK 0.72 0.65 0 0.33
HSL 233.71º 0.56% 0.43% -
HSV(B) 233.71º 0.72% 0.67% -
XYZ 10.33 6.94 39.83 -
YUV 69.77 185.69 112.47 -
System Red Green Blue C M Y K H S L
Decimal 48 61 172 0.72 0.65 0 0.33 233.71 0.56 0.43
Hex 30 3D AC 48 41 0 21 EA 38 2B
Octal 60 75 254 110 101 0 41 352 70 53
Binary 110000 111101 10101100 1001000 1000001 0 100001 11101010 111000 101011

Color Harmonies of #303DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303DAC

Black with #303DAC

Text Example


Text Example

White with #303DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,61,172); }

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

background-color css

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

 a { background-color: rgb(48,61,172); }

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

border-color css

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

 span { border-color: rgb(48,61,172); }

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