Html Css Color HEX #262EAE Persian Blue

📋 copy color: '#262EAE'

red 38 ◦ green 46 ◦ blue 174

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

Shades of Persian Blue #262EAE

Tints of Persian Blue #262EAE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.83%

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

R = 14.73%
G = 17.83%
B = 67.44%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#262EAE (or 0x262EAE) is known color: Persian Blue. HEX triplet: 26, 2E and AE. RGB value is (38,46,174). Sum of RGB (Red+Green+Blue) = 38+46+174=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 174 (68.36% from 255 or 67.44% from 258); Max value from RGB is 174 - color contains mainly: blue. Hex color #262EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262EAE is #D9D151. Grayscale: #393939. Windows color (decimal): -14274898 or 11415078. OLE color: 11415078.

HSL color Cylindrical-coordinate representation of color #262EAE: hue angle of 236.47º 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 #262EAE is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 38 46 174 -
CMYK 0.78 0.74 0 0.32
HSL 236.47º 0.64% 0.42% -
HSV(B) 236.47º 0.78% 0.68% -
XYZ 9.42 5.42 40.59 -
YUV 58.2 193.35 113.59 -
System Red Green Blue C M Y K H S L
Decimal 38 46 174 0.78 0.74 0 0.32 236.47 0.64 0.42
Hex 26 2E AE 4E 4A 0 20 EC 40 2A
Octal 46 56 256 116 112 0 40 354 100 52
Binary 100110 101110 10101110 1001110 1001010 0 100000 11101100 1000000 101010

Color Harmonies of #262EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262EAE

Black with #262EAE

Text Example


Text Example

White with #262EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262EAE; }

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

 H1.HeaderClassName
 {
   color: #262EAE;
 }
 .AnyTagClassName
 {
   color: #262EAE;
 }
</style>

background-color css

<style>
 a { background-color: #262EAE; }

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

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

border-color css

<style>
 span { border-color: #262EAE; }

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

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