Html Css Color HEX #263AAC Persian Blue

📋 copy color: '#263AAC'

red 38 ◦ green 58 ◦ blue 172

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

Shades of Persian Blue #263AAC

Tints of Persian Blue #263AAC

RGB

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

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

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

R = 14.18%
G = 21.64%
B = 64.18%

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

#263AAC (or 0x263AAC) is known color: Persian Blue. HEX triplet: 26, 3A and AC. RGB value is (38,58,172). Sum of RGB (Red+Green+Blue) = 38+58+172=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #263AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263AAC is #D9C553. Grayscale: #404040. Windows color (decimal): -14271828 or 11287078. OLE color: 11287078.

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

Color convert

RGB 38 58 172 -
CMYK 0.78 0.66 0 0.33
HSL 231.04º 0.64% 0.41% -
HSV(B) 231.04º 0.78% 0.67% -
XYZ 9.76 6.42 39.75 -
YUV 65.02 188.37 108.73 -
System Red Green Blue C M Y K H S L
Decimal 38 58 172 0.78 0.66 0 0.33 231.04 0.64 0.41
Hex 26 3A AC 4E 42 0 21 E7 40 29
Octal 46 72 254 116 102 0 41 347 100 51
Binary 100110 111010 10101100 1001110 1000010 0 100001 11100111 1000000 101001

Color Harmonies of #263AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263AAC

Black with #263AAC

Text Example


Text Example

White with #263AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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