Html Css Color HEX #262BAB Persian Blue

📋 copy color: '#262BAB'

red 38 ◦ green 43 ◦ blue 171

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

Shades of Persian Blue #262BAB

Tints of Persian Blue #262BAB

RGB

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

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

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

R = 15.08%
G = 17.06%
B = 67.86%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#262BAB (or 0x262BAB) is known color: Persian Blue. HEX triplet: 26, 2B and AB. RGB value is (38,43,171). Sum of RGB (Red+Green+Blue) = 38+43+171=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 43 (17.19% from 255 or 17.06% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #262BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262BAB is #D9D454. Grayscale: #373737. Windows color (decimal): -14275669 or 11217702. OLE color: 11217702.

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

Color convert

RGB 38 43 171 -
CMYK 0.78 0.75 0 0.33
HSL 237.74º 0.64% 0.41% -
HSV(B) 237.74º 0.78% 0.67% -
XYZ 9.01 5.08 39.03 -
YUV 56.1 192.84 115.09 -
System Red Green Blue C M Y K H S L
Decimal 38 43 171 0.78 0.75 0 0.33 237.74 0.64 0.41
Hex 26 2B AB 4E 4B 0 21 EE 40 29
Octal 46 53 253 116 113 0 41 356 100 51
Binary 100110 101011 10101011 1001110 1001011 0 100001 11101110 1000000 101001

Color Harmonies of #262BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262BAB

Black with #262BAB

Text Example


Text Example

White with #262BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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