Html Css Color HEX #3025C0 Persian Blue

📋 copy color: '#3025C0'

red 48 ◦ green 37 ◦ blue 192

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

Shades of Persian Blue #3025C0

Tints of Persian Blue #3025C0

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.36%

 BLUE value IS 192 (75.39% from 255) = 69.31%

R = 17.33%
G = 13.36%
B = 69.31%

CMYK

 C value IS 0.75

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3025C0 (or 0x3025C0) is known color: Persian Blue. HEX triplet: 30, 25 and C0. RGB value is (48,37,192). Sum of RGB (Red+Green+Blue) = 48+37+192=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 192 (75.39% from 255 or 69.31% from 277); Max value from RGB is 192 - color contains mainly: blue. Hex color #3025C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3025C0 is #CFDA3F. Grayscale: #393939. Windows color (decimal): -13621824 or 12592432. OLE color: 12592432.

HSL color Cylindrical-coordinate representation of color #3025C0: hue angle of 244.26º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3025C0 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 37 192 -
CMYK 0.75 0.81 0 0.25
HSL 244.26º 0.68% 0.45% -
HSV(B) 244.26º 0.81% 0.75% -
XYZ 11.39 5.76 50.38 -
YUV 57.96 203.64 120.9 -
System Red Green Blue C M Y K H S L
Decimal 48 37 192 0.75 0.81 0 0.25 244.26 0.68 0.45
Hex 30 25 C0 4B 51 0 19 F4 44 2D
Octal 60 45 300 113 121 0 31 364 104 55
Binary 110000 100101 11000000 1001011 1010001 0 11001 11110100 1000100 101101

Color Harmonies of #3025C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3025C0

Black with #3025C0

Text Example


Text Example

White with #3025C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3025C0; }

 p { color: rgb(48,37,192); }

 H1.HeaderClassName
 {
   color: #3025C0;
 }
 .AnyTagClassName
 {
   color: #3025C0;
 }
</style>

background-color css

<style>
 a { background-color: #3025C0; }

 a { background-color: rgb(48,37,192); }

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

border-color css

<style>
 span { border-color: #3025C0; }

 span { border-color: rgb(48,37,192); }

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