Html Css Color HEX #2629EA Persian Blue

📋 copy color: '#2629EA'

red 38 ◦ green 41 ◦ blue 234

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

Shades of Persian Blue #2629EA

Tints of Persian Blue #2629EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 74.76%

R = 12.14%
G = 13.1%
B = 74.76%

CMYK

 C value IS 0.84

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2629EA (or 0x2629EA) is known color: Persian Blue. HEX triplet: 26, 29 and EA. RGB value is (38,41,234). Sum of RGB (Red+Green+Blue) = 38+41+234=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 234 (91.80% from 255 or 74.76% from 313); Max value from RGB is 234 - color contains mainly: blue. Hex color #2629EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2629EA is #D9D615. Grayscale: #3D3D3D. Windows color (decimal): -14276118 or 15345958. OLE color: 15345958.

HSL color Cylindrical-coordinate representation of color #2629EA: hue angle of 239.08º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2629EA is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 38 41 234 -
CMYK 0.84 0.82 0 0.08
HSL 239.08º 0.82% 0.53% -
HSV(B) 239.08º 0.84% 0.92% -
XYZ 16.44 7.94 78.51 -
YUV 62.11 225.01 110.81 -
System Red Green Blue C M Y K H S L
Decimal 38 41 234 0.84 0.82 0 0.08 239.08 0.82 0.53
Hex 26 29 EA 54 52 0 8 EF 52 35
Octal 46 51 352 124 122 0 10 357 122 65
Binary 100110 101001 11101010 1010100 1010010 0 1000 11101111 1010010 110101

Color Harmonies of #2629EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2629EA

Black with #2629EA

Text Example


Text Example

White with #2629EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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