Html Css Color HEX #2629DF Persian Blue

📋 copy color: '#2629DF'

red 38 ◦ green 41 ◦ blue 223

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

Shades of Persian Blue #2629DF

Tints of Persian Blue #2629DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 73.84%

R = 12.58%
G = 13.58%
B = 73.84%

CMYK

 C value IS 0.83

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2629DF (or 0x2629DF) is known color: Persian Blue. HEX triplet: 26, 29 and DF. RGB value is (38,41,223). Sum of RGB (Red+Green+Blue) = 38+41+223=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 223 (87.5% from 255 or 73.84% from 302); Max value from RGB is 223 - color contains mainly: blue. Hex color #2629DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2629DF is #D9D620. Grayscale: #3C3C3C. Windows color (decimal): -14276129 or 14625062. OLE color: 14625062.

HSL color Cylindrical-coordinate representation of color #2629DF: hue angle of 239.03º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2629DF is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 41 223 -
CMYK 0.83 0.82 0 0.13
HSL 239.03º 0.74% 0.51% -
HSV(B) 239.03º 0.83% 0.87% -
XYZ 14.91 7.33 70.44 -
YUV 60.85 219.51 111.7 -
System Red Green Blue C M Y K H S L
Decimal 38 41 223 0.83 0.82 0 0.13 239.03 0.74 0.51
Hex 26 29 DF 53 52 0 D EF 4A 33
Octal 46 51 337 123 122 0 15 357 112 63
Binary 100110 101001 11011111 1010011 1010010 0 1101 11101111 1001010 110011

Color Harmonies of #2629DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2629DF

Black with #2629DF

Text Example


Text Example

White with #2629DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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