Html Css Color HEX #2F26BA Persian Blue

📋 copy color: '#2F26BA'

red 47 ◦ green 38 ◦ blue 186

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

Shades of Persian Blue #2F26BA

Tints of Persian Blue #2F26BA

RGB

 RED value IS 47 (18.75% from 255) = 17.34%

 GREEN value IS 38 (15.23% from 255) = 14.02%

 BLUE value IS 186 (73.05% from 255) = 68.63%

R = 17.34%
G = 14.02%
B = 68.63%

CMYK

 C value IS 0.75

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2F26BA (or 0x2F26BA) is known color: Persian Blue. HEX triplet: 2F, 26 and BA. RGB value is (47,38,186). Sum of RGB (Red+Green+Blue) = 47+38+186=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F26BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F26BA is #D0D945. Grayscale: #383838. Windows color (decimal): -13687110 or 12199471. OLE color: 12199471.

HSL color Cylindrical-coordinate representation of color #2F26BA: hue angle of 243.65º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F26BA is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 38 186 -
CMYK 0.75 0.80 0 0.27
HSL 243.65º 0.66% 0.44% -
HSV(B) 243.65º 0.8% 0.73% -
XYZ 10.73 5.54 46.96 -
YUV 57.56 200.48 120.47 -
System Red Green Blue C M Y K H S L
Decimal 47 38 186 0.75 0.80 0 0.27 243.65 0.66 0.44
Hex 2F 26 BA 4B 50 0 1B F4 42 2C
Octal 57 46 272 113 120 0 33 364 102 54
Binary 101111 100110 10111010 1001011 1010000 0 11011 11110100 1000010 101100

Color Harmonies of #2F26BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F26BA

Black with #2F26BA

Text Example


Text Example

White with #2F26BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F26BA; }

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

 H1.HeaderClassName
 {
   color: #2F26BA;
 }
 .AnyTagClassName
 {
   color: #2F26BA;
 }
</style>

background-color css

<style>
 a { background-color: #2F26BA; }

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

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

border-color css

<style>
 span { border-color: #2F26BA; }

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

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