Html Css Color HEX #2D26CE Persian Blue

📋 copy color: '#2D26CE'

red 45 ◦ green 38 ◦ blue 206

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

Shades of Persian Blue #2D26CE

Tints of Persian Blue #2D26CE

RGB

 RED value IS 45 (17.97% from 255) = 15.57%

 GREEN value IS 38 (15.23% from 255) = 13.15%

 BLUE value IS 206 (80.86% from 255) = 71.28%

R = 15.57%
G = 13.15%
B = 71.28%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2D26CE (or 0x2D26CE) is known color: Persian Blue. HEX triplet: 2D, 26 and CE. RGB value is (45,38,206). Sum of RGB (Red+Green+Blue) = 45+38+206=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D26CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D26CE is #D2D931. Grayscale: #3A3A3A. Windows color (decimal): -13818162 or 13510189. OLE color: 13510189.

HSL color Cylindrical-coordinate representation of color #2D26CE: hue angle of 242.5º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D26CE is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 45 38 206 -
CMYK 0.78 0.82 0 0.19
HSL 242.5º 0.69% 0.48% -
HSV(B) 242.5º 0.82% 0.81% -
XYZ 12.92 6.4 58.95 -
YUV 59.25 210.82 117.84 -
System Red Green Blue C M Y K H S L
Decimal 45 38 206 0.78 0.82 0 0.19 242.5 0.69 0.48
Hex 2D 26 CE 4E 52 0 13 F2 45 30
Octal 55 46 316 116 122 0 23 362 105 60
Binary 101101 100110 11001110 1001110 1010010 0 10011 11110010 1000101 110000

Color Harmonies of #2D26CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D26CE

Black with #2D26CE

Text Example


Text Example

White with #2D26CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D26CE; }

 p { color: rgb(45,38,206); }

 H1.HeaderClassName
 {
   color: #2D26CE;
 }
 .AnyTagClassName
 {
   color: #2D26CE;
 }
</style>

background-color css

<style>
 a { background-color: #2D26CE; }

 a { background-color: rgb(45,38,206); }

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

border-color css

<style>
 span { border-color: #2D26CE; }

 span { border-color: rgb(45,38,206); }

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