Html Css Color HEX #263DAC Persian Blue

📋 copy color: '#263DAC'

red 38 ◦ green 61 ◦ blue 172

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

Shades of Persian Blue #263DAC

Tints of Persian Blue #263DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.51%

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

R = 14.02%
G = 22.51%
B = 63.47%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#263DAC (or 0x263DAC) is known color: Persian Blue. HEX triplet: 26, 3D and AC. RGB value is (38,61,172). Sum of RGB (Red+Green+Blue) = 38+61+172=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #263DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263DAC is #D9C253. Grayscale: #424242. Windows color (decimal): -14271060 or 11287846. OLE color: 11287846.

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

Color convert

RGB 38 61 172 -
CMYK 0.78 0.65 0 0.33
HSL 229.7º 0.64% 0.41% -
HSV(B) 229.7º 0.78% 0.67% -
XYZ 9.91 6.73 39.81 -
YUV 66.78 187.38 107.47 -
System Red Green Blue C M Y K H S L
Decimal 38 61 172 0.78 0.65 0 0.33 229.7 0.64 0.41
Hex 26 3D AC 4E 41 0 21 E6 40 29
Octal 46 75 254 116 101 0 41 346 100 51
Binary 100110 111101 10101100 1001110 1000001 0 100001 11100110 1000000 101001

Color Harmonies of #263DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263DAC

Black with #263DAC

Text Example


Text Example

White with #263DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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