Html Css Color HEX #263FAC Persian Blue

📋 copy color: '#263FAC'

red 38 ◦ green 63 ◦ blue 172

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

Shades of Persian Blue #263FAC

Tints of Persian Blue #263FAC

RGB

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

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

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

R = 13.92%
G = 23.08%
B = 63%

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

#263FAC (or 0x263FAC) is known color: Persian Blue. HEX triplet: 26, 3F and AC. RGB value is (38,63,172). Sum of RGB (Red+Green+Blue) = 38+63+172=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #263FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263FAC is #D9C053. Grayscale: #434343. Windows color (decimal): -14270548 or 11288358. OLE color: 11288358.

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

Color convert

RGB 38 63 172 -
CMYK 0.78 0.63 0 0.33
HSL 228.81º 0.64% 0.41% -
HSV(B) 228.81º 0.78% 0.67% -
XYZ 10.02 6.95 39.84 -
YUV 67.95 186.72 106.64 -
System Red Green Blue C M Y K H S L
Decimal 38 63 172 0.78 0.63 0 0.33 228.81 0.64 0.41
Hex 26 3F AC 4E 3F 0 21 E5 40 29
Octal 46 77 254 116 77 0 41 345 100 51
Binary 100110 111111 10101100 1001110 111111 0 100001 11100101 1000000 101001

Color Harmonies of #263FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263FAC

Black with #263FAC

Text Example


Text Example

White with #263FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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