Html Css Color HEX #303DAB Persian Blue

📋 copy color: '#303DAB'

red 48 ◦ green 61 ◦ blue 171

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

Shades of Persian Blue #303DAB

Tints of Persian Blue #303DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.07%

R = 17.14%
G = 21.79%
B = 61.07%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#303DAB (or 0x303DAB) is known color: Persian Blue. HEX triplet: 30, 3D and AB. RGB value is (48,61,171). Sum of RGB (Red+Green+Blue) = 48+61+171=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #303DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303DAB is #CFC254. Grayscale: #454545. Windows color (decimal): -13615701 or 11222320. OLE color: 11222320.

HSL color Cylindrical-coordinate representation of color #303DAB: hue angle of 233.66º 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 #303DAB is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 61 171 -
CMYK 0.72 0.64 0 0.33
HSL 233.66º 0.56% 0.43% -
HSV(B) 233.66º 0.72% 0.67% -
XYZ 10.24 6.91 39.32 -
YUV 69.65 185.19 112.56 -
System Red Green Blue C M Y K H S L
Decimal 48 61 171 0.72 0.64 0 0.33 233.66 0.56 0.43
Hex 30 3D AB 48 40 0 21 EA 38 2B
Octal 60 75 253 110 100 0 41 352 70 53
Binary 110000 111101 10101011 1001000 1000000 0 100001 11101010 111000 101011

Color Harmonies of #303DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303DAB

Black with #303DAB

Text Example


Text Example

White with #303DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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