Html Css Color HEX #2F23D5 Persian Blue

📋 copy color: '#2F23D5'

red 47 ◦ green 35 ◦ blue 213

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

Shades of Persian Blue #2F23D5

Tints of Persian Blue #2F23D5

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.86%

 BLUE value IS 213 (83.59% from 255) = 72.2%

R = 15.93%
G = 11.86%
B = 72.2%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2F23D5 (or 0x2F23D5) is known color: Persian Blue. HEX triplet: 2F, 23 and D5. RGB value is (47,35,213). Sum of RGB (Red+Green+Blue) = 47+35+213=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 213 (83.59% from 255 or 72.20% from 295); Max value from RGB is 213 - color contains mainly: blue. Hex color #2F23D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F23D5 is #D0DC2A. Grayscale: #3A3A3A. Windows color (decimal): -13687851 or 13968175. OLE color: 13968175.

HSL color Cylindrical-coordinate representation of color #2F23D5: hue angle of 244.04º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F23D5 is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 35 213 -
CMYK 0.78 0.84 0 0.16
HSL 244.04º 0.72% 0.49% -
HSV(B) 244.04º 0.84% 0.84% -
XYZ 13.78 6.61 63.5 -
YUV 58.88 214.98 119.53 -
System Red Green Blue C M Y K H S L
Decimal 47 35 213 0.78 0.84 0 0.16 244.04 0.72 0.49
Hex 2F 23 D5 4E 54 0 10 F4 48 31
Octal 57 43 325 116 124 0 20 364 110 61
Binary 101111 100011 11010101 1001110 1010100 0 10000 11110100 1001000 110001

Color Harmonies of #2F23D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F23D5

Black with #2F23D5

Text Example


Text Example

White with #2F23D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,35,213); }

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

background-color css

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

 a { background-color: rgb(47,35,213); }

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

border-color css

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

 span { border-color: rgb(47,35,213); }

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