Html Css Color HEX #263ECE Persian Blue

📋 copy color: '#263ECE'

red 38 ◦ green 62 ◦ blue 206

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

Shades of Persian Blue #263ECE

Tints of Persian Blue #263ECE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.26%

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

R = 12.42%
G = 20.26%
B = 67.32%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#263ECE (or 0x263ECE) is known color: Persian Blue. HEX triplet: 26, 3E and CE. RGB value is (38,62,206). Sum of RGB (Red+Green+Blue) = 38+62+206=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #263ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263ECE is #D9C131. Grayscale: #464646. Windows color (decimal): -14270770 or 13516326. OLE color: 13516326.

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

Color convert

RGB 38 62 206 -
CMYK 0.82 0.70 0 0.19
HSL 231.43º 0.69% 0.48% -
HSV(B) 231.43º 0.82% 0.81% -
XYZ 13.66 8.31 59.28 -
YUV 71.24 204.05 104.29 -
System Red Green Blue C M Y K H S L
Decimal 38 62 206 0.82 0.70 0 0.19 231.43 0.69 0.48
Hex 26 3E CE 52 46 0 13 E7 45 30
Octal 46 76 316 122 106 0 23 347 105 60
Binary 100110 111110 11001110 1010010 1000110 0 10011 11100111 1000101 110000

Color Harmonies of #263ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263ECE

Black with #263ECE

Text Example


Text Example

White with #263ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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