Html Css Color HEX #263AAA Persian Blue

📋 copy color: '#263AAA'

red 38 ◦ green 58 ◦ blue 170

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

Shades of Persian Blue #263AAA

Tints of Persian Blue #263AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 63.91%

R = 14.29%
G = 21.8%
B = 63.91%

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

#263AAA (or 0x263AAA) is known color: Persian Blue. HEX triplet: 26, 3A and AA. RGB value is (38,58,170). Sum of RGB (Red+Green+Blue) = 38+58+170=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #263AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263AAA is #D9C555. Grayscale: #404040. Windows color (decimal): -14271830 or 11156006. OLE color: 11156006.

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

Color convert

RGB 38 58 170 -
CMYK 0.78 0.66 0 0.33
HSL 230.91º 0.63% 0.41% -
HSV(B) 230.91º 0.78% 0.67% -
XYZ 9.57 6.34 38.75 -
YUV 64.79 187.37 108.89 -
System Red Green Blue C M Y K H S L
Decimal 38 58 170 0.78 0.66 0 0.33 230.91 0.63 0.41
Hex 26 3A AA 4E 42 0 21 E7 3F 29
Octal 46 72 252 116 102 0 41 347 77 51
Binary 100110 111010 10101010 1001110 1000010 0 100001 11100111 111111 101001

Color Harmonies of #263AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263AAA

Black with #263AAA

Text Example


Text Example

White with #263AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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