Html Css Color HEX #2627CE Persian Blue

📋 copy color: '#2627CE'

red 38 ◦ green 39 ◦ blue 206

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

Shades of Persian Blue #2627CE

Tints of Persian Blue #2627CE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.78%

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

R = 13.43%
G = 13.78%
B = 72.79%

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

#2627CE (or 0x2627CE) is known color: Persian Blue. HEX triplet: 26, 27 and CE. RGB value is (38,39,206). Sum of RGB (Red+Green+Blue) = 38+39+206=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 206 (80.86% from 255 or 72.79% from 283); Max value from RGB is 206 - color contains mainly: blue. Hex color #2627CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2627CE is #D9D831. Grayscale: #393939. Windows color (decimal): -14276658 or 13510438. OLE color: 13510438.

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

Color convert

RGB 38 39 206 -
CMYK 0.82 0.81 0 0.19
HSL 239.64º 0.69% 0.48% -
HSV(B) 239.64º 0.82% 0.81% -
XYZ 12.67 6.32 58.94 -
YUV 57.74 211.67 113.92 -
System Red Green Blue C M Y K H S L
Decimal 38 39 206 0.82 0.81 0 0.19 239.64 0.69 0.48
Hex 26 27 CE 52 51 0 13 F0 45 30
Octal 46 47 316 122 121 0 23 360 105 60
Binary 100110 100111 11001110 1010010 1010001 0 10011 11110000 1000101 110000

Color Harmonies of #2627CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2627CE

Black with #2627CE

Text Example


Text Example

White with #2627CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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