Html Css Color HEX #3038A1 Persian Blue

📋 copy color: '#3038A1'

red 48 ◦ green 56 ◦ blue 161

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

Shades of Persian Blue #3038A1

Tints of Persian Blue #3038A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 60.75%

R = 18.11%
G = 21.13%
B = 60.75%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#3038A1 (or 0x3038A1) is known color: Persian Blue. HEX triplet: 30, 38 and A1. RGB value is (48,56,161). Sum of RGB (Red+Green+Blue) = 48+56+161=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 161 (63.28% from 255 or 60.75% from 265); Max value from RGB is 161 - color contains mainly: blue. Hex color #3038A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3038A1 is #CFC75E. Grayscale: #414141. Windows color (decimal): -13616991 or 10565680. OLE color: 10565680.

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

Color convert

RGB 48 56 161 -
CMYK 0.70 0.65 0 0.37
HSL 235.75º 0.54% 0.41% -
HSV(B) 235.75º 0.7% 0.63% -
XYZ 9.07 6.03 34.4 -
YUV 65.58 181.85 115.46 -
System Red Green Blue C M Y K H S L
Decimal 48 56 161 0.70 0.65 0 0.37 235.75 0.54 0.41
Hex 30 38 A1 46 41 0 25 EC 36 29
Octal 60 70 241 106 101 0 45 354 66 51
Binary 110000 111000 10100001 1000110 1000001 0 100101 11101100 110110 101001

Color Harmonies of #3038A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3038A1

Black with #3038A1

Text Example


Text Example

White with #3038A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3038A1; }

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

 H1.HeaderClassName
 {
   color: #3038A1;
 }
 .AnyTagClassName
 {
   color: #3038A1;
 }
</style>

background-color css

<style>
 a { background-color: #3038A1; }

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

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

border-color css

<style>
 span { border-color: #3038A1; }

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

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