Html Css Color HEX #2F2FCA Persian Blue

📋 copy color: '#2F2FCA'

red 47 ◦ green 47 ◦ blue 202

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

Shades of Persian Blue #2F2FCA

Tints of Persian Blue #2F2FCA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.88%

 BLUE value IS 202 (79.3% from 255) = 68.24%

R = 15.88%
G = 15.88%
B = 68.24%

CMYK

 C value IS 0.77

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2F2FCA (or 0x2F2FCA) is known color: Persian Blue. HEX triplet: 2F, 2F and CA. RGB value is (47,47,202). Sum of RGB (Red+Green+Blue) = 47+47+202=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 202 (79.30% from 255 or 68.24% from 296); Max value from RGB is 202 - color contains mainly: blue. Hex color #2F2FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2FCA is #D0D035. Grayscale: #404040. Windows color (decimal): -13684790 or 13250351. OLE color: 13250351.

HSL color Cylindrical-coordinate representation of color #2F2FCA: hue angle of 240º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F2FCA is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 47 47 202 -
CMYK 0.77 0.77 0 0.21
HSL 240º 0.62% 0.49% -
HSV(B) 240º 0.77% 0.79% -
XYZ 12.85 6.9 56.53 -
YUV 64.67 205.5 115.4 -
System Red Green Blue C M Y K H S L
Decimal 47 47 202 0.77 0.77 0 0.21 240 0.62 0.49
Hex 2F 2F CA 4D 4D 0 15 F0 3E 31
Octal 57 57 312 115 115 0 25 360 76 61
Binary 101111 101111 11001010 1001101 1001101 0 10101 11110000 111110 110001

Color Harmonies of #2F2FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2FCA

Black with #2F2FCA

Text Example


Text Example

White with #2F2FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,47,202); }

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

background-color css

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

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

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

border-color css

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

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

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