Html Css Color HEX #2F3CCA Persian Blue

📋 copy color: '#2F3CCA'

red 47 ◦ green 60 ◦ blue 202

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

Shades of Persian Blue #2F3CCA

Tints of Persian Blue #2F3CCA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.42%

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

R = 15.21%
G = 19.42%
B = 65.37%

CMYK

 C value IS 0.77

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2F3CCA (or 0x2F3CCA) is known color: Persian Blue. HEX triplet: 2F, 3C and CA. RGB value is (47,60,202). Sum of RGB (Red+Green+Blue) = 47+60+202=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 202 (79.30% from 255 or 65.37% from 309); Max value from RGB is 202 - color contains mainly: blue. Hex color #2F3CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3CCA is #D0C335. Grayscale: #474747. Windows color (decimal): -13681462 or 13253679. OLE color: 13253679.

HSL color Cylindrical-coordinate representation of color #2F3CCA: hue angle of 234.97º 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 #2F3CCA is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 47 60 202 -
CMYK 0.77 0.70 0 0.21
HSL 234.97º 0.62% 0.49% -
HSV(B) 234.97º 0.77% 0.79% -
XYZ 13.45 8.1 56.73 -
YUV 72.3 201.19 109.95 -
System Red Green Blue C M Y K H S L
Decimal 47 60 202 0.77 0.70 0 0.21 234.97 0.62 0.49
Hex 2F 3C CA 4D 46 0 15 EB 3E 31
Octal 57 74 312 115 106 0 25 353 76 61
Binary 101111 111100 11001010 1001101 1000110 0 10101 11101011 111110 110001

Color Harmonies of #2F3CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3CCA

Black with #2F3CCA

Text Example


Text Example

White with #2F3CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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