Html Css Color HEX #262BAE Persian Blue

📋 copy color: '#262BAE'

red 38 ◦ green 43 ◦ blue 174

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

Shades of Persian Blue #262BAE

Tints of Persian Blue #262BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.86%

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

R = 14.9%
G = 16.86%
B = 68.24%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#262BAE (or 0x262BAE) is known color: Persian Blue. HEX triplet: 26, 2B and AE. RGB value is (38,43,174). Sum of RGB (Red+Green+Blue) = 38+43+174=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #262BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262BAE is #D9D451. Grayscale: #373737. Windows color (decimal): -14275666 or 11414310. OLE color: 11414310.

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

Color convert

RGB 38 43 174 -
CMYK 0.78 0.75 0 0.32
HSL 237.79º 0.64% 0.42% -
HSV(B) 237.79º 0.78% 0.68% -
XYZ 9.3 5.2 40.56 -
YUV 56.44 194.34 114.85 -
System Red Green Blue C M Y K H S L
Decimal 38 43 174 0.78 0.75 0 0.32 237.79 0.64 0.42
Hex 26 2B AE 4E 4B 0 20 EE 40 2A
Octal 46 53 256 116 113 0 40 356 100 52
Binary 100110 101011 10101110 1001110 1001011 0 100000 11101110 1000000 101010

Color Harmonies of #262BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262BAE

Black with #262BAE

Text Example


Text Example

White with #262BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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