Html Css Color HEX #303DAE Persian Blue

📋 copy color: '#303DAE'

red 48 ◦ green 61 ◦ blue 174

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

Shades of Persian Blue #303DAE

Tints of Persian Blue #303DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 61.48%

R = 16.96%
G = 21.55%
B = 61.48%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#303DAE (or 0x303DAE) is known color: Persian Blue. HEX triplet: 30, 3D and AE. RGB value is (48,61,174). Sum of RGB (Red+Green+Blue) = 48+61+174=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #303DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303DAE is #CFC251. Grayscale: #454545. Windows color (decimal): -13615698 or 11418928. OLE color: 11418928.

HSL color Cylindrical-coordinate representation of color #303DAE: hue angle of 233.81º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #303DAE is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 61 174 -
CMYK 0.72 0.65 0 0.32
HSL 233.81º 0.57% 0.44% -
HSV(B) 233.81º 0.72% 0.68% -
XYZ 10.53 7.02 40.84 -
YUV 70 186.69 112.31 -
System Red Green Blue C M Y K H S L
Decimal 48 61 174 0.72 0.65 0 0.32 233.81 0.57 0.44
Hex 30 3D AE 48 41 0 20 EA 39 2C
Octal 60 75 256 110 101 0 40 352 71 54
Binary 110000 111101 10101110 1001000 1000001 0 100000 11101010 111001 101100

Color Harmonies of #303DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303DAE

Black with #303DAE

Text Example


Text Example

White with #303DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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