Html Css Color HEX #2628CE Persian Blue

📋 copy color: '#2628CE'

red 38 ◦ green 40 ◦ blue 206

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

Shades of Persian Blue #2628CE

Tints of Persian Blue #2628CE

RGB

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

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

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

R = 13.38%
G = 14.08%
B = 72.54%

CMYK

 C value IS 0.82

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2628CE (or 0x2628CE) is known color: Persian Blue. HEX triplet: 26, 28 and CE. RGB value is (38,40,206). Sum of RGB (Red+Green+Blue) = 38+40+206=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #2628CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2628CE is #D9D731. Grayscale: #393939. Windows color (decimal): -14276402 or 13510694. OLE color: 13510694.

HSL color Cylindrical-coordinate representation of color #2628CE: hue angle of 239.29º 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 #2628CE is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 38 40 206 -
CMYK 0.82 0.81 0 0.19
HSL 239.29º 0.69% 0.48% -
HSV(B) 239.29º 0.82% 0.81% -
XYZ 12.7 6.39 58.96 -
YUV 58.33 211.34 113.5 -
System Red Green Blue C M Y K H S L
Decimal 38 40 206 0.82 0.81 0 0.19 239.29 0.69 0.48
Hex 26 28 CE 52 51 0 13 EF 45 30
Octal 46 50 316 122 121 0 23 357 105 60
Binary 100110 101000 11001110 1010010 1010001 0 10011 11101111 1000101 110000

Color Harmonies of #2628CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2628CE

Black with #2628CE

Text Example


Text Example

White with #2628CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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