Html Css Color HEX #30379F Persian Blue

📋 copy color: '#30379F'

red 48 ◦ green 55 ◦ blue 159

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

Shades of Persian Blue #30379F

Tints of Persian Blue #30379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.99%

 BLUE value IS 159 (62.5% from 255) = 60.69%

R = 18.32%
G = 20.99%
B = 60.69%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30379F (or 0x30379F) is known color: Persian Blue. HEX triplet: 30, 37 and 9F. RGB value is (48,55,159). Sum of RGB (Red+Green+Blue) = 48+55+159=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 159 (62.5% from 255 or 60.69% from 262); Max value from RGB is 159 - color contains mainly: blue. Hex color #30379F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30379F is #CFC860. Grayscale: #404040. Windows color (decimal): -13617249 or 10434352. OLE color: 10434352.

HSL color Cylindrical-coordinate representation of color #30379F: hue angle of 236.22º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30379F is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 55 159 -
CMYK 0.70 0.65 0 0.38
HSL 236.22º 0.54% 0.41% -
HSV(B) 236.22º 0.7% 0.62% -
XYZ 8.84 5.86 33.47 -
YUV 64.76 181.18 116.04 -
System Red Green Blue C M Y K H S L
Decimal 48 55 159 0.70 0.65 0 0.38 236.22 0.54 0.41
Hex 30 37 9F 46 41 0 26 EC 36 29
Octal 60 67 237 106 101 0 46 354 66 51
Binary 110000 110111 10011111 1000110 1000001 0 100110 11101100 110110 101001

Color Harmonies of #30379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30379F

Black with #30379F

Text Example


Text Example

White with #30379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30379F; }

 p { color: rgb(48,55,159); }

 H1.HeaderClassName
 {
   color: #30379F;
 }
 .AnyTagClassName
 {
   color: #30379F;
 }
</style>

background-color css

<style>
 a { background-color: #30379F; }

 a { background-color: rgb(48,55,159); }

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

border-color css

<style>
 span { border-color: #30379F; }

 span { border-color: rgb(48,55,159); }

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