Html Css Color HEX #2F2ACC Persian Blue

📋 copy color: '#2F2ACC'

red 47 ◦ green 42 ◦ blue 204

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

Shades of Persian Blue #2F2ACC

Tints of Persian Blue #2F2ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.33%

 BLUE value IS 204 (80.08% from 255) = 69.62%

R = 16.04%
G = 14.33%
B = 69.62%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2F2ACC (or 0x2F2ACC) is known color: Persian Blue. HEX triplet: 2F, 2A and CC. RGB value is (47,42,204). Sum of RGB (Red+Green+Blue) = 47+42+204=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 204 (80.08% from 255 or 69.62% from 293); Max value from RGB is 204 - color contains mainly: blue. Hex color #2F2ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2ACC is #D0D533. Grayscale: #3D3D3D. Windows color (decimal): -13686068 or 13380143. OLE color: 13380143.

HSL color Cylindrical-coordinate representation of color #2F2ACC: hue angle of 241.85º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F2ACC is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 47 42 204 -
CMYK 0.77 0.79 0 0.2
HSL 241.85º 0.66% 0.48% -
HSV(B) 241.85º 0.79% 0.8% -
XYZ 12.9 6.62 57.72 -
YUV 61.96 208.16 117.33 -
System Red Green Blue C M Y K H S L
Decimal 47 42 204 0.77 0.79 0 0.2 241.85 0.66 0.48
Hex 2F 2A CC 4D 4F 0 14 F2 42 30
Octal 57 52 314 115 117 0 24 362 102 60
Binary 101111 101010 11001100 1001101 1001111 0 10100 11110010 1000010 110000

Color Harmonies of #2F2ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2ACC

Black with #2F2ACC

Text Example


Text Example

White with #2F2ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,42,204); }

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

background-color css

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

 a { background-color: rgb(47,42,204); }

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

border-color css

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

 span { border-color: rgb(47,42,204); }

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