Html Css Color HEX #2F3ACD Persian Blue

📋 copy color: '#2F3ACD'

red 47 ◦ green 58 ◦ blue 205

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

Shades of Persian Blue #2F3ACD

Tints of Persian Blue #2F3ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.71%

 BLUE value IS 205 (80.47% from 255) = 66.13%

R = 15.16%
G = 18.71%
B = 66.13%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2F3ACD (or 0x2F3ACD) is known color: Persian Blue. HEX triplet: 2F, 3A and CD. RGB value is (47,58,205). Sum of RGB (Red+Green+Blue) = 47+58+205=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F3ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3ACD is #D0C532. Grayscale: #464646. Windows color (decimal): -13681971 or 13449775. OLE color: 13449775.

HSL color Cylindrical-coordinate representation of color #2F3ACD: hue angle of 235.82º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F3ACD is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 58 205 -
CMYK 0.77 0.72 0 0.20
HSL 235.82º 0.63% 0.49% -
HSV(B) 235.82º 0.77% 0.8% -
XYZ 13.7 8.04 58.59 -
YUV 71.47 203.36 110.55 -
System Red Green Blue C M Y K H S L
Decimal 47 58 205 0.77 0.72 0 0.20 235.82 0.63 0.49
Hex 2F 3A CD 4D 48 0 14 EC 3F 31
Octal 57 72 315 115 110 0 24 354 77 61
Binary 101111 111010 11001101 1001101 1001000 0 10100 11101100 111111 110001

Color Harmonies of #2F3ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3ACD

Black with #2F3ACD

Text Example


Text Example

White with #2F3ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,58,205); }

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

background-color css

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

 a { background-color: rgb(47,58,205); }

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

border-color css

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

 span { border-color: rgb(47,58,205); }

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