Html Css Color HEX #263BAD Persian Blue

📋 copy color: '#263BAD'

red 38 ◦ green 59 ◦ blue 173

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

Shades of Persian Blue #263BAD

Tints of Persian Blue #263BAD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.85%

 BLUE value IS 173 (67.97% from 255) = 64.07%

R = 14.07%
G = 21.85%
B = 64.07%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#263BAD (or 0x263BAD) is known color: Persian Blue. HEX triplet: 26, 3B and AD. RGB value is (38,59,173). Sum of RGB (Red+Green+Blue) = 38+59+173=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #263BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263BAD is #D9C452. Grayscale: #414141. Windows color (decimal): -14271571 or 11352870. OLE color: 11352870.

HSL color Cylindrical-coordinate representation of color #263BAD: hue angle of 230.67º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #263BAD is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 38 59 173 -
CMYK 0.78 0.66 0 0.32
HSL 230.67º 0.64% 0.41% -
HSV(B) 230.67º 0.78% 0.68% -
XYZ 9.91 6.56 40.28 -
YUV 65.72 188.54 108.23 -
System Red Green Blue C M Y K H S L
Decimal 38 59 173 0.78 0.66 0 0.32 230.67 0.64 0.41
Hex 26 3B AD 4E 42 0 20 E7 40 29
Octal 46 73 255 116 102 0 40 347 100 51
Binary 100110 111011 10101101 1001110 1000010 0 100000 11100111 1000000 101001

Color Harmonies of #263BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263BAD

Black with #263BAD

Text Example


Text Example

White with #263BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,59,173); }

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

background-color css

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

 a { background-color: rgb(38,59,173); }

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

border-color css

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

 span { border-color: rgb(38,59,173); }

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