Html Css Color HEX #2628BA Persian Blue

📋 copy color: '#2628BA'

red 38 ◦ green 40 ◦ blue 186

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

Shades of Persian Blue #2628BA

Tints of Persian Blue #2628BA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.15%

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

R = 14.39%
G = 15.15%
B = 70.45%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2628BA (or 0x2628BA) is known color: Persian Blue. HEX triplet: 26, 28 and BA. RGB value is (38,40,186). Sum of RGB (Red+Green+Blue) = 38+40+186=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 186 (73.05% from 255 or 70.45% from 264); Max value from RGB is 186 - color contains mainly: blue. Hex color #2628BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2628BA is #D9D745. Grayscale: #373737. Windows color (decimal): -14276422 or 12199974. OLE color: 12199974.

HSL color Cylindrical-coordinate representation of color #2628BA: hue angle of 239.19º degrees, saturation: 0.66, 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 #2628BA is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 40 186 -
CMYK 0.80 0.78 0 0.27
HSL 239.19º 0.66% 0.44% -
HSV(B) 239.19º 0.8% 0.73% -
XYZ 10.42 5.47 46.96 -
YUV 56.05 201.34 115.13 -
System Red Green Blue C M Y K H S L
Decimal 38 40 186 0.80 0.78 0 0.27 239.19 0.66 0.44
Hex 26 28 BA 50 4E 0 1B EF 42 2C
Octal 46 50 272 120 116 0 33 357 102 54
Binary 100110 101000 10111010 1010000 1001110 0 11011 11101111 1000010 101100

Color Harmonies of #2628BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2628BA

Black with #2628BA

Text Example


Text Example

White with #2628BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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