Html Css Color HEX #303DA3 Persian Blue

📋 copy color: '#303DA3'

red 48 ◦ green 61 ◦ blue 163

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

Shades of Persian Blue #303DA3

Tints of Persian Blue #303DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 59.93%

R = 17.65%
G = 22.43%
B = 59.93%

CMYK

 C value IS 0.71

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#303DA3 (or 0x303DA3) is known color: Persian Blue. HEX triplet: 30, 3D and A3. RGB value is (48,61,163). Sum of RGB (Red+Green+Blue) = 48+61+163=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 163 (64.06% from 255 or 59.93% from 272); Max value from RGB is 163 - color contains mainly: blue. Hex color #303DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303DA3 is #CFC25C. Grayscale: #444444. Windows color (decimal): -13615709 or 10698032. OLE color: 10698032.

HSL color Cylindrical-coordinate representation of color #303DA3: hue angle of 233.22º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #303DA3 is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 48 61 163 -
CMYK 0.71 0.63 0 0.36
HSL 233.22º 0.55% 0.41% -
HSV(B) 233.22º 0.71% 0.64% -
XYZ 9.5 6.61 35.43 -
YUV 68.74 181.19 113.21 -
System Red Green Blue C M Y K H S L
Decimal 48 61 163 0.71 0.63 0 0.36 233.22 0.55 0.41
Hex 30 3D A3 47 3F 0 24 E9 37 29
Octal 60 75 243 107 77 0 44 351 67 51
Binary 110000 111101 10100011 1000111 111111 0 100100 11101001 110111 101001

Color Harmonies of #303DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303DA3

Black with #303DA3

Text Example


Text Example

White with #303DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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