Html Css Color HEX #263FAB Persian Blue

📋 copy color: '#263FAB'

red 38 ◦ green 63 ◦ blue 171

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

Shades of Persian Blue #263FAB

Tints of Persian Blue #263FAB

RGB

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

 GREEN value IS 63 (25% from 255) = 23.16%

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

R = 13.97%
G = 23.16%
B = 62.87%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#263FAB (or 0x263FAB) is known color: Persian Blue. HEX triplet: 26, 3F and AB. RGB value is (38,63,171). Sum of RGB (Red+Green+Blue) = 38+63+171=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #263FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263FAB is #D9C054. Grayscale: #434343. Windows color (decimal): -14270549 or 11222822. OLE color: 11222822.

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

Color convert

RGB 38 63 171 -
CMYK 0.78 0.63 0 0.33
HSL 228.72º 0.64% 0.41% -
HSV(B) 228.72º 0.78% 0.67% -
XYZ 9.93 6.91 39.34 -
YUV 67.84 186.22 106.72 -
System Red Green Blue C M Y K H S L
Decimal 38 63 171 0.78 0.63 0 0.33 228.72 0.64 0.41
Hex 26 3F AB 4E 3F 0 21 E5 40 29
Octal 46 77 253 116 77 0 41 345 100 51
Binary 100110 111111 10101011 1001110 111111 0 100001 11100101 1000000 101001

Color Harmonies of #263FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263FAB

Black with #263FAB

Text Example


Text Example

White with #263FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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