Html Css Color HEX #263EAC Persian Blue

📋 copy color: '#263EAC'

red 38 ◦ green 62 ◦ blue 172

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

Shades of Persian Blue #263EAC

Tints of Persian Blue #263EAC

RGB

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

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

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

R = 13.97%
G = 22.79%
B = 63.24%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#263EAC (or 0x263EAC) is known color: Persian Blue. HEX triplet: 26, 3E and AC. RGB value is (38,62,172). Sum of RGB (Red+Green+Blue) = 38+62+172=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #263EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263EAC is #D9C153. Grayscale: #424242. Windows color (decimal): -14270804 or 11288102. OLE color: 11288102.

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

Color convert

RGB 38 62 172 -
CMYK 0.78 0.64 0 0.33
HSL 229.25º 0.64% 0.41% -
HSV(B) 229.25º 0.78% 0.67% -
XYZ 9.97 6.84 39.82 -
YUV 67.36 187.05 107.06 -
System Red Green Blue C M Y K H S L
Decimal 38 62 172 0.78 0.64 0 0.33 229.25 0.64 0.41
Hex 26 3E AC 4E 40 0 21 E5 40 29
Octal 46 76 254 116 100 0 41 345 100 51
Binary 100110 111110 10101100 1001110 1000000 0 100001 11100101 1000000 101001

Color Harmonies of #263EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263EAC

Black with #263EAC

Text Example


Text Example

White with #263EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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