Html Css Color HEX #262ECE Persian Blue

📋 copy color: '#262ECE'

red 38 ◦ green 46 ◦ blue 206

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

Shades of Persian Blue #262ECE

Tints of Persian Blue #262ECE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.86%

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

R = 13.1%
G = 15.86%
B = 71.03%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#262ECE (or 0x262ECE) is known color: Persian Blue. HEX triplet: 26, 2E and CE. RGB value is (38,46,206). Sum of RGB (Red+Green+Blue) = 38+46+206=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #262ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262ECE is #D9D131. Grayscale: #3D3D3D. Windows color (decimal): -14274866 or 13512230. OLE color: 13512230.

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

Color convert

RGB 38 46 206 -
CMYK 0.82 0.78 0 0.19
HSL 237.14º 0.69% 0.48% -
HSV(B) 237.14º 0.82% 0.81% -
XYZ 12.92 6.82 59.03 -
YUV 61.85 209.35 110.99 -
System Red Green Blue C M Y K H S L
Decimal 38 46 206 0.82 0.78 0 0.19 237.14 0.69 0.48
Hex 26 2E CE 52 4E 0 13 ED 45 30
Octal 46 56 316 122 116 0 23 355 105 60
Binary 100110 101110 11001110 1010010 1001110 0 10011 11101101 1000101 110000

Color Harmonies of #262ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262ECE

Black with #262ECE

Text Example


Text Example

White with #262ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262ECE; }

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

 H1.HeaderClassName
 {
   color: #262ECE;
 }
 .AnyTagClassName
 {
   color: #262ECE;
 }
</style>

background-color css

<style>
 a { background-color: #262ECE; }

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

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

border-color css

<style>
 span { border-color: #262ECE; }

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

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