Html Css Color HEX #2F3BCE Persian Blue

📋 copy color: '#2F3BCE'

red 47 ◦ green 59 ◦ blue 206

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

Shades of Persian Blue #2F3BCE

Tints of Persian Blue #2F3BCE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.91%

 BLUE value IS 206 (80.86% from 255) = 66.03%

R = 15.06%
G = 18.91%
B = 66.03%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F3BCE (or 0x2F3BCE) is known color: Persian Blue. HEX triplet: 2F, 3B and CE. RGB value is (47,59,206). Sum of RGB (Red+Green+Blue) = 47+59+206=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F3BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3BCE is #D0C431. Grayscale: #474747. Windows color (decimal): -13681714 or 13515567. OLE color: 13515567.

HSL color Cylindrical-coordinate representation of color #2F3BCE: hue angle of 235.47º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F3BCE is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 59 206 -
CMYK 0.77 0.71 0 0.19
HSL 235.47º 0.63% 0.5% -
HSV(B) 235.47º 0.77% 0.81% -
XYZ 13.88 8.19 59.24 -
YUV 72.17 203.52 110.05 -
System Red Green Blue C M Y K H S L
Decimal 47 59 206 0.77 0.71 0 0.19 235.47 0.63 0.5
Hex 2F 3B CE 4D 47 0 13 EB 3F 32
Octal 57 73 316 115 107 0 23 353 77 62
Binary 101111 111011 11001110 1001101 1000111 0 10011 11101011 111111 110010

Color Harmonies of #2F3BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3BCE

Black with #2F3BCE

Text Example


Text Example

White with #2F3BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,59,206); }

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

background-color css

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

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

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

border-color css

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

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

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