Html Css Color HEX #2F3CBD Persian Blue

📋 copy color: '#2F3CBD'

red 47 ◦ green 60 ◦ blue 189

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

Shades of Persian Blue #2F3CBD

Tints of Persian Blue #2F3CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.85%

R = 15.88%
G = 20.27%
B = 63.85%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2F3CBD (or 0x2F3CBD) is known color: Persian Blue. HEX triplet: 2F, 3C and BD. RGB value is (47,60,189). Sum of RGB (Red+Green+Blue) = 47+60+189=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #2F3CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3CBD is #D0C342. Grayscale: #464646. Windows color (decimal): -13681475 or 12401711. OLE color: 12401711.

HSL color Cylindrical-coordinate representation of color #2F3CBD: hue angle of 234.51º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F3CBD is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 47 60 189 -
CMYK 0.75 0.68 0 0.26
HSL 234.51º 0.6% 0.46% -
HSV(B) 234.51º 0.75% 0.74% -
XYZ 11.97 7.51 48.96 -
YUV 70.82 194.69 111.01 -
System Red Green Blue C M Y K H S L
Decimal 47 60 189 0.75 0.68 0 0.26 234.51 0.6 0.46
Hex 2F 3C BD 4B 44 0 1A EB 3C 2E
Octal 57 74 275 113 104 0 32 353 74 56
Binary 101111 111100 10111101 1001011 1000100 0 11010 11101011 111100 101110

Color Harmonies of #2F3CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3CBD

Black with #2F3CBD

Text Example


Text Example

White with #2F3CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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