Html Css Color HEX #30389F Persian Blue

📋 copy color: '#30389F'

red 48 ◦ green 56 ◦ blue 159

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

Shades of Persian Blue #30389F

Tints of Persian Blue #30389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.29%

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

R = 18.25%
G = 21.29%
B = 60.46%

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

#30389F (or 0x30389F) is known color: Persian Blue. HEX triplet: 30, 38 and 9F. RGB value is (48,56,159). Sum of RGB (Red+Green+Blue) = 48+56+159=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #30389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30389F is #CFC760. Grayscale: #404040. Windows color (decimal): -13616993 or 10434608. OLE color: 10434608.

HSL color Cylindrical-coordinate representation of color #30389F: hue angle of 235.68º 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 #30389F is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 56 159 -
CMYK 0.70 0.65 0 0.38
HSL 235.68º 0.54% 0.41% -
HSV(B) 235.68º 0.7% 0.62% -
XYZ 8.89 5.96 33.48 -
YUV 65.35 180.85 115.62 -
System Red Green Blue C M Y K H S L
Decimal 48 56 159 0.70 0.65 0 0.38 235.68 0.54 0.41
Hex 30 38 9F 46 41 0 26 EC 36 29
Octal 60 70 237 106 101 0 46 354 66 51
Binary 110000 111000 10011111 1000110 1000001 0 100110 11101100 110110 101001

Color Harmonies of #30389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30389F

Black with #30389F

Text Example


Text Example

White with #30389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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