Html Css Color HEX #3025BE Persian Blue

📋 copy color: '#3025BE'

red 48 ◦ green 37 ◦ blue 190

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

Shades of Persian Blue #3025BE

Tints of Persian Blue #3025BE

RGB

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

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

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

R = 17.45%
G = 13.45%
B = 69.09%

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

#3025BE (or 0x3025BE) is known color: Persian Blue. HEX triplet: 30, 25 and BE. RGB value is (48,37,190). Sum of RGB (Red+Green+Blue) = 48+37+190=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 190 (74.61% from 255 or 69.09% from 275); Max value from RGB is 190 - color contains mainly: blue. Hex color #3025BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3025BE is #CFDA41. Grayscale: #393939. Windows color (decimal): -13621826 or 12461360. OLE color: 12461360.

HSL color Cylindrical-coordinate representation of color #3025BE: hue angle of 244.31º degrees, saturation: 0.67, 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 #3025BE is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 37 190 -
CMYK 0.75 0.81 0 0.25
HSL 244.31º 0.67% 0.45% -
HSV(B) 244.31º 0.81% 0.75% -
XYZ 11.17 5.67 49.22 -
YUV 57.73 202.64 121.06 -
System Red Green Blue C M Y K H S L
Decimal 48 37 190 0.75 0.81 0 0.25 244.31 0.67 0.45
Hex 30 25 BE 4B 51 0 19 F4 43 2D
Octal 60 45 276 113 121 0 31 364 103 55
Binary 110000 100101 10111110 1001011 1010001 0 11001 11110100 1000011 101101

Color Harmonies of #3025BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3025BE

Black with #3025BE

Text Example


Text Example

White with #3025BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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