Html Css Color HEX #263DAE Persian Blue

📋 copy color: '#263DAE'

red 38 ◦ green 61 ◦ blue 174

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

Shades of Persian Blue #263DAE

Tints of Persian Blue #263DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 63.74%

R = 13.92%
G = 22.34%
B = 63.74%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#263DAE (or 0x263DAE) is known color: Persian Blue. HEX triplet: 26, 3D and AE. RGB value is (38,61,174). Sum of RGB (Red+Green+Blue) = 38+61+174=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #263DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263DAE is #D9C251. Grayscale: #424242. Windows color (decimal): -14271058 or 11418918. OLE color: 11418918.

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

Color convert

RGB 38 61 174 -
CMYK 0.78 0.65 0 0.32
HSL 229.85º 0.64% 0.42% -
HSV(B) 229.85º 0.78% 0.68% -
XYZ 10.11 6.81 40.83 -
YUV 67.01 188.38 107.31 -
System Red Green Blue C M Y K H S L
Decimal 38 61 174 0.78 0.65 0 0.32 229.85 0.64 0.42
Hex 26 3D AE 4E 41 0 20 E6 40 2A
Octal 46 75 256 116 101 0 40 346 100 52
Binary 100110 111101 10101110 1001110 1000001 0 100000 11100110 1000000 101010

Color Harmonies of #263DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263DAE

Black with #263DAE

Text Example


Text Example

White with #263DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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