Html Css Color HEX #263CAB Persian Blue

📋 copy color: '#263CAB'

red 38 ◦ green 60 ◦ blue 171

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

Shades of Persian Blue #263CAB

Tints of Persian Blue #263CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.3%

 BLUE value IS 171 (67.19% from 255) = 63.57%

R = 14.13%
G = 22.3%
B = 63.57%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#263CAB (or 0x263CAB) is known color: Persian Blue. HEX triplet: 26, 3C and AB. RGB value is (38,60,171). Sum of RGB (Red+Green+Blue) = 38+60+171=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #263CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263CAB is #D9C354. Grayscale: #414141. Windows color (decimal): -14271317 or 11222054. OLE color: 11222054.

HSL color Cylindrical-coordinate representation of color #263CAB: hue angle of 230.08º 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 #263CAB is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 60 171 -
CMYK 0.78 0.65 0 0.33
HSL 230.08º 0.64% 0.41% -
HSV(B) 230.08º 0.78% 0.67% -
XYZ 9.77 6.58 39.28 -
YUV 66.08 187.21 107.97 -
System Red Green Blue C M Y K H S L
Decimal 38 60 171 0.78 0.65 0 0.33 230.08 0.64 0.41
Hex 26 3C AB 4E 41 0 21 E6 40 29
Octal 46 74 253 116 101 0 41 346 100 51
Binary 100110 111100 10101011 1001110 1000001 0 100001 11100110 1000000 101001

Color Harmonies of #263CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263CAB

Black with #263CAB

Text Example


Text Example

White with #263CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,60,171); }

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

background-color css

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

 a { background-color: rgb(38,60,171); }

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

border-color css

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

 span { border-color: rgb(38,60,171); }

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