Html Css Color HEX #303AAF Persian Blue

📋 copy color: '#303AAF'

red 48 ◦ green 58 ◦ blue 175

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

Shades of Persian Blue #303AAF

Tints of Persian Blue #303AAF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.64%

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

R = 17.08%
G = 20.64%
B = 62.28%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#303AAF (or 0x303AAF) is known color: Persian Blue. HEX triplet: 30, 3A and AF. RGB value is (48,58,175). Sum of RGB (Red+Green+Blue) = 48+58+175=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #303AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303AAF is #CFC550. Grayscale: #434343. Windows color (decimal): -13616465 or 11483696. OLE color: 11483696.

HSL color Cylindrical-coordinate representation of color #303AAF: hue angle of 235.28º 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 #303AAF is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 58 175 -
CMYK 0.73 0.67 0 0.31
HSL 235.28º 0.57% 0.44% -
HSV(B) 235.28º 0.73% 0.69% -
XYZ 10.47 6.75 41.31 -
YUV 68.35 188.19 113.49 -
System Red Green Blue C M Y K H S L
Decimal 48 58 175 0.73 0.67 0 0.31 235.28 0.57 0.44
Hex 30 3A AF 49 43 0 1F EB 39 2C
Octal 60 72 257 111 103 0 37 353 71 54
Binary 110000 111010 10101111 1001001 1000011 0 11111 11101011 111001 101100

Color Harmonies of #303AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303AAF

Black with #303AAF

Text Example


Text Example

White with #303AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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