Html Css Color HEX #262FAB Persian Blue

📋 copy color: '#262FAB'

red 38 ◦ green 47 ◦ blue 171

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

Shades of Persian Blue #262FAB

Tints of Persian Blue #262FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.36%

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

R = 14.84%
G = 18.36%
B = 66.8%

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

#262FAB (or 0x262FAB) is known color: Persian Blue. HEX triplet: 26, 2F and AB. RGB value is (38,47,171). Sum of RGB (Red+Green+Blue) = 38+47+171=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #262FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262FAB is #D9D054. Grayscale: #393939. Windows color (decimal): -14274645 or 11218726. OLE color: 11218726.

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

Color convert

RGB 38 47 171 -
CMYK 0.78 0.73 0 0.33
HSL 235.94º 0.64% 0.41% -
HSV(B) 235.94º 0.78% 0.67% -
XYZ 9.17 5.39 39.08 -
YUV 58.45 191.52 113.42 -
System Red Green Blue C M Y K H S L
Decimal 38 47 171 0.78 0.73 0 0.33 235.94 0.64 0.41
Hex 26 2F AB 4E 49 0 21 EC 40 29
Octal 46 57 253 116 111 0 41 354 100 51
Binary 100110 101111 10101011 1001110 1001001 0 100001 11101100 1000000 101001

Color Harmonies of #262FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262FAB

Black with #262FAB

Text Example


Text Example

White with #262FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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