Html Css Color HEX #303ABE Persian Blue

📋 copy color: '#303ABE'

red 48 ◦ green 58 ◦ blue 190

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

Shades of Persian Blue #303ABE

Tints of Persian Blue #303ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 64.19%

R = 16.22%
G = 19.59%
B = 64.19%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#303ABE (or 0x303ABE) is known color: Persian Blue. HEX triplet: 30, 3A and BE. RGB value is (48,58,190). Sum of RGB (Red+Green+Blue) = 48+58+190=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #303ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303ABE is #CFC541. Grayscale: #454545. Windows color (decimal): -13616450 or 12466736. OLE color: 12466736.

HSL color Cylindrical-coordinate representation of color #303ABE: hue angle of 235.77º 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 #303ABE is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 58 190 -
CMYK 0.75 0.69 0 0.25
HSL 235.77º 0.6% 0.47% -
HSV(B) 235.77º 0.75% 0.75% -
XYZ 12.03 7.37 49.5 -
YUV 70.06 195.69 112.27 -
System Red Green Blue C M Y K H S L
Decimal 48 58 190 0.75 0.69 0 0.25 235.77 0.6 0.47
Hex 30 3A BE 4B 45 0 19 EC 3C 2F
Octal 60 72 276 113 105 0 31 354 74 57
Binary 110000 111010 10111110 1001011 1000101 0 11001 11101100 111100 101111

Color Harmonies of #303ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303ABE

Black with #303ABE

Text Example


Text Example

White with #303ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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