Html Css Color HEX #2F31BC Persian Blue

📋 copy color: '#2F31BC'

red 47 ◦ green 49 ◦ blue 188

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

Shades of Persian Blue #2F31BC

Tints of Persian Blue #2F31BC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.25%

 BLUE value IS 188 (73.83% from 255) = 66.2%

R = 16.55%
G = 17.25%
B = 66.2%

CMYK

 C value IS 0.75

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2F31BC (or 0x2F31BC) is known color: Persian Blue. HEX triplet: 2F, 31 and BC. RGB value is (47,49,188). Sum of RGB (Red+Green+Blue) = 47+49+188=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F31BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F31BC is #D0CE43. Grayscale: #3F3F3F. Windows color (decimal): -13684292 or 12333359. OLE color: 12333359.

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

Color convert

RGB 47 49 188 -
CMYK 0.75 0.74 0 0.26
HSL 239.15º 0.6% 0.46% -
HSV(B) 239.15º 0.75% 0.74% -
XYZ 11.35 6.43 48.22 -
YUV 64.25 197.84 115.7 -
System Red Green Blue C M Y K H S L
Decimal 47 49 188 0.75 0.74 0 0.26 239.15 0.6 0.46
Hex 2F 31 BC 4B 4A 0 1A EF 3C 2E
Octal 57 61 274 113 112 0 32 357 74 56
Binary 101111 110001 10111100 1001011 1001010 0 11010 11101111 111100 101110

Color Harmonies of #2F31BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F31BC

Black with #2F31BC

Text Example


Text Example

White with #2F31BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,49,188); }

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

background-color css

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

 a { background-color: rgb(47,49,188); }

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

border-color css

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

 span { border-color: rgb(47,49,188); }

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