Html Css Color HEX #2F2BBE Persian Blue

📋 copy color: '#2F2BBE'

red 47 ◦ green 43 ◦ blue 190

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

Shades of Persian Blue #2F2BBE

Tints of Persian Blue #2F2BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 67.86%

R = 16.79%
G = 15.36%
B = 67.86%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F2BBE (or 0x2F2BBE) is known color: Persian Blue. HEX triplet: 2F, 2B and BE. RGB value is (47,43,190). Sum of RGB (Red+Green+Blue) = 47+43+190=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 190 (74.61% from 255 or 67.86% from 280); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F2BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2BBE is #D0D441. Grayscale: #3C3C3C. Windows color (decimal): -13685826 or 12462895. OLE color: 12462895.

HSL color Cylindrical-coordinate representation of color #2F2BBE: hue angle of 241.63º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F2BBE is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 43 190 -
CMYK 0.75 0.77 0 0.25
HSL 241.63º 0.63% 0.46% -
HSV(B) 241.63º 0.77% 0.75% -
XYZ 11.33 6.05 49.29 -
YUV 60.95 200.83 118.05 -
System Red Green Blue C M Y K H S L
Decimal 47 43 190 0.75 0.77 0 0.25 241.63 0.63 0.46
Hex 2F 2B BE 4B 4D 0 19 F2 3F 2E
Octal 57 53 276 113 115 0 31 362 77 56
Binary 101111 101011 10111110 1001011 1001101 0 11001 11110010 111111 101110

Color Harmonies of #2F2BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2BBE

Black with #2F2BBE

Text Example


Text Example

White with #2F2BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,43,190); }

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

background-color css

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

 a { background-color: rgb(47,43,190); }

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

border-color css

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

 span { border-color: rgb(47,43,190); }

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