Html Css Color HEX #263AAB Persian Blue

📋 copy color: '#263AAB'

red 38 ◦ green 58 ◦ blue 171

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

Shades of Persian Blue #263AAB

Tints of Persian Blue #263AAB

RGB

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

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

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

R = 14.23%
G = 21.72%
B = 64.04%

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

#263AAB (or 0x263AAB) is known color: Persian Blue. HEX triplet: 26, 3A and AB. RGB value is (38,58,171). Sum of RGB (Red+Green+Blue) = 38+58+171=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #263AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263AAB is #D9C554. Grayscale: #404040. Windows color (decimal): -14271829 or 11221542. OLE color: 11221542.

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

Color convert

RGB 38 58 171 -
CMYK 0.78 0.66 0 0.33
HSL 230.98º 0.64% 0.41% -
HSV(B) 230.98º 0.78% 0.67% -
XYZ 9.66 6.38 39.25 -
YUV 64.9 187.87 108.81 -
System Red Green Blue C M Y K H S L
Decimal 38 58 171 0.78 0.66 0 0.33 230.98 0.64 0.41
Hex 26 3A AB 4E 42 0 21 E7 40 29
Octal 46 72 253 116 102 0 41 347 100 51
Binary 100110 111010 10101011 1001110 1000010 0 100001 11100111 1000000 101001

Color Harmonies of #263AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263AAB

Black with #263AAB

Text Example


Text Example

White with #263AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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