Html Css Color HEX #2625BA Persian Blue

📋 copy color: '#2625BA'

red 38 ◦ green 37 ◦ blue 186

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

Shades of Persian Blue #2625BA

Tints of Persian Blue #2625BA

RGB

 RED value IS 38 (15.23% from 255) = 14.56%

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

 BLUE value IS 186 (73.05% from 255) = 71.26%

R = 14.56%
G = 14.18%
B = 71.26%

CMYK

 C value IS 0.80

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2625BA (or 0x2625BA) is known color: Persian Blue. HEX triplet: 26, 25 and BA. RGB value is (38,37,186). Sum of RGB (Red+Green+Blue) = 38+37+186=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #2625BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2625BA is #D9DA45. Grayscale: #353535. Windows color (decimal): -14277190 or 12199206. OLE color: 12199206.

HSL color Cylindrical-coordinate representation of color #2625BA: hue angle of 240.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2625BA is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 37 186 -
CMYK 0.80 0.80 0 0.27
HSL 240.4º 0.67% 0.44% -
HSV(B) 240.4º 0.8% 0.73% -
XYZ 10.32 5.28 46.93 -
YUV 54.29 202.33 116.38 -
System Red Green Blue C M Y K H S L
Decimal 38 37 186 0.80 0.80 0 0.27 240.4 0.67 0.44
Hex 26 25 BA 50 50 0 1B F0 43 2C
Octal 46 45 272 120 120 0 33 360 103 54
Binary 100110 100101 10111010 1010000 1010000 0 11011 11110000 1000011 101100

Color Harmonies of #2625BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2625BA

Black with #2625BA

Text Example


Text Example

White with #2625BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2625BA; }

 p { color: rgb(38,37,186); }

 H1.HeaderClassName
 {
   color: #2625BA;
 }
 .AnyTagClassName
 {
   color: #2625BA;
 }
</style>

background-color css

<style>
 a { background-color: #2625BA; }

 a { background-color: rgb(38,37,186); }

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

border-color css

<style>
 span { border-color: #2625BA; }

 span { border-color: rgb(38,37,186); }

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