Html Css Color HEX #303ABF Persian Blue

📋 copy color: '#303ABF'

red 48 ◦ green 58 ◦ blue 191

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

Shades of Persian Blue #303ABF

Tints of Persian Blue #303ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.31%

R = 16.16%
G = 19.53%
B = 64.31%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#303ABF (or 0x303ABF) is known color: Persian Blue. HEX triplet: 30, 3A and BF. RGB value is (48,58,191). Sum of RGB (Red+Green+Blue) = 48+58+191=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 191 (75% from 255 or 64.31% from 297); Max value from RGB is 191 - color contains mainly: blue. Hex color #303ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303ABF is #CFC540. Grayscale: #454545. Windows color (decimal): -13616449 or 12532272. OLE color: 12532272.

HSL color Cylindrical-coordinate representation of color #303ABF: hue angle of 235.8º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #303ABF is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 58 191 -
CMYK 0.75 0.70 0 0.25
HSL 235.8º 0.6% 0.47% -
HSV(B) 235.8º 0.75% 0.75% -
XYZ 12.14 7.42 50.08 -
YUV 70.17 196.19 112.19 -
System Red Green Blue C M Y K H S L
Decimal 48 58 191 0.75 0.70 0 0.25 235.8 0.6 0.47
Hex 30 3A BF 4B 46 0 19 EC 3C 2F
Octal 60 72 277 113 106 0 31 354 74 57
Binary 110000 111010 10111111 1001011 1000110 0 11001 11101100 111100 101111

Color Harmonies of #303ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303ABF

Black with #303ABF

Text Example


Text Example

White with #303ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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