Html Css Color HEX #262EAB Persian Blue

📋 copy color: '#262EAB'

red 38 ◦ green 46 ◦ blue 171

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

Shades of Persian Blue #262EAB

Tints of Persian Blue #262EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 67.06%

R = 14.9%
G = 18.04%
B = 67.06%

CMYK

 C value IS 0.78

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#262EAB (or 0x262EAB) is known color: Persian Blue. HEX triplet: 26, 2E and AB. RGB value is (38,46,171). Sum of RGB (Red+Green+Blue) = 38+46+171=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #262EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262EAB is #D9D154. Grayscale: #393939. Windows color (decimal): -14274901 or 11218470. OLE color: 11218470.

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

Color convert

RGB 38 46 171 -
CMYK 0.78 0.73 0 0.33
HSL 236.39º 0.64% 0.41% -
HSV(B) 236.39º 0.78% 0.67% -
XYZ 9.13 5.31 39.07 -
YUV 57.86 191.85 113.84 -
System Red Green Blue C M Y K H S L
Decimal 38 46 171 0.78 0.73 0 0.33 236.39 0.64 0.41
Hex 26 2E AB 4E 49 0 21 EC 40 29
Octal 46 56 253 116 111 0 41 354 100 51
Binary 100110 101110 10101011 1001110 1001001 0 100001 11101100 1000000 101001

Color Harmonies of #262EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262EAB

Black with #262EAB

Text Example


Text Example

White with #262EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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