Html Css Color HEX #303DAF Persian Blue

📋 copy color: '#303DAF'

red 48 ◦ green 61 ◦ blue 175

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

Shades of Persian Blue #303DAF

Tints of Persian Blue #303DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 61.62%

R = 16.9%
G = 21.48%
B = 61.62%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#303DAF (or 0x303DAF) is known color: Persian Blue. HEX triplet: 30, 3D and AF. RGB value is (48,61,175). Sum of RGB (Red+Green+Blue) = 48+61+175=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 175 (68.75% from 255 or 61.62% from 284); Max value from RGB is 175 - color contains mainly: blue. Hex color #303DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303DAF is #CFC250. Grayscale: #454545. Windows color (decimal): -13615697 or 11484464. OLE color: 11484464.

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

Color convert

RGB 48 61 175 -
CMYK 0.73 0.65 0 0.31
HSL 233.86º 0.57% 0.44% -
HSV(B) 233.86º 0.73% 0.69% -
XYZ 10.63 7.06 41.36 -
YUV 70.11 187.19 112.23 -
System Red Green Blue C M Y K H S L
Decimal 48 61 175 0.73 0.65 0 0.31 233.86 0.57 0.44
Hex 30 3D AF 49 41 0 1F EA 39 2C
Octal 60 75 257 111 101 0 37 352 71 54
Binary 110000 111101 10101111 1001001 1000001 0 11111 11101010 111001 101100

Color Harmonies of #303DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303DAF

Black with #303DAF

Text Example


Text Example

White with #303DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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