Html Css Color HEX #2629BA Persian Blue

📋 copy color: '#2629BA'

red 38 ◦ green 41 ◦ blue 186

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

Shades of Persian Blue #2629BA

Tints of Persian Blue #2629BA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.47%

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

R = 14.34%
G = 15.47%
B = 70.19%

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

#2629BA (or 0x2629BA) is known color: Persian Blue. HEX triplet: 26, 29 and BA. RGB value is (38,41,186). Sum of RGB (Red+Green+Blue) = 38+41+186=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #2629BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2629BA is #D9D645. Grayscale: #383838. Windows color (decimal): -14276166 or 12200230. OLE color: 12200230.

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

Color convert

RGB 38 41 186 -
CMYK 0.80 0.78 0 0.27
HSL 238.78º 0.66% 0.44% -
HSV(B) 238.78º 0.8% 0.73% -
XYZ 10.46 5.54 46.97 -
YUV 56.63 201.01 114.71 -
System Red Green Blue C M Y K H S L
Decimal 38 41 186 0.80 0.78 0 0.27 238.78 0.66 0.44
Hex 26 29 BA 50 4E 0 1B EF 42 2C
Octal 46 51 272 120 116 0 33 357 102 54
Binary 100110 101001 10111010 1010000 1001110 0 11011 11101111 1000010 101100

Color Harmonies of #2629BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2629BA

Black with #2629BA

Text Example


Text Example

White with #2629BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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