Html Css Color HEX #263ACE Persian Blue

📋 copy color: '#263ACE'

red 38 ◦ green 58 ◦ blue 206

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

Shades of Persian Blue #263ACE

Tints of Persian Blue #263ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.21%

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

R = 12.58%
G = 19.21%
B = 68.21%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#263ACE (or 0x263ACE) is known color: Persian Blue. HEX triplet: 26, 3A and CE. RGB value is (38,58,206). Sum of RGB (Red+Green+Blue) = 38+58+206=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #263ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263ACE is #D9C531. Grayscale: #444444. Windows color (decimal): -14271794 or 13515302. OLE color: 13515302.

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

Color convert

RGB 38 58 206 -
CMYK 0.82 0.72 0 0.19
HSL 232.86º 0.69% 0.48% -
HSV(B) 232.86º 0.82% 0.81% -
XYZ 13.45 7.89 59.21 -
YUV 68.89 205.37 105.97 -
System Red Green Blue C M Y K H S L
Decimal 38 58 206 0.82 0.72 0 0.19 232.86 0.69 0.48
Hex 26 3A CE 52 48 0 13 E9 45 30
Octal 46 72 316 122 110 0 23 351 105 60
Binary 100110 111010 11001110 1010010 1001000 0 10011 11101001 1000101 110000

Color Harmonies of #263ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263ACE

Black with #263ACE

Text Example


Text Example

White with #263ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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