Html Css Color HEX #263BAC Persian Blue

📋 copy color: '#263BAC'

red 38 ◦ green 59 ◦ blue 172

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

Shades of Persian Blue #263BAC

Tints of Persian Blue #263BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.93%

 BLUE value IS 172 (67.58% from 255) = 63.94%

R = 14.13%
G = 21.93%
B = 63.94%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#263BAC (or 0x263BAC) is known color: Persian Blue. HEX triplet: 26, 3B and AC. RGB value is (38,59,172). Sum of RGB (Red+Green+Blue) = 38+59+172=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #263BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263BAC is #D9C453. Grayscale: #414141. Windows color (decimal): -14271572 or 11287334. OLE color: 11287334.

HSL color Cylindrical-coordinate representation of color #263BAC: hue angle of 230.6º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #263BAC is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 59 172 -
CMYK 0.78 0.66 0 0.33
HSL 230.6º 0.64% 0.41% -
HSV(B) 230.6º 0.78% 0.67% -
XYZ 9.81 6.52 39.77 -
YUV 65.6 188.04 108.31 -
System Red Green Blue C M Y K H S L
Decimal 38 59 172 0.78 0.66 0 0.33 230.6 0.64 0.41
Hex 26 3B AC 4E 42 0 21 E7 40 29
Octal 46 73 254 116 102 0 41 347 100 51
Binary 100110 111011 10101100 1001110 1000010 0 100001 11100111 1000000 101001

Color Harmonies of #263BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263BAC

Black with #263BAC

Text Example


Text Example

White with #263BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,59,172); }

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

background-color css

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

 a { background-color: rgb(38,59,172); }

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

border-color css

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

 span { border-color: rgb(38,59,172); }

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