Html Css Color HEX #2F3EBC Persian Blue

📋 copy color: '#2F3EBC'

red 47 ◦ green 62 ◦ blue 188

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

Shades of Persian Blue #2F3EBC

Tints of Persian Blue #2F3EBC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.88%

 BLUE value IS 188 (73.83% from 255) = 63.3%

R = 15.82%
G = 20.88%
B = 63.3%

CMYK

 C value IS 0.75

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2F3EBC (or 0x2F3EBC) is known color: Persian Blue. HEX triplet: 2F, 3E and BC. RGB value is (47,62,188). Sum of RGB (Red+Green+Blue) = 47+62+188=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F3EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3EBC is #D0C143. Grayscale: #474747. Windows color (decimal): -13680964 or 12336687. OLE color: 12336687.

HSL color Cylindrical-coordinate representation of color #2F3EBC: hue angle of 233.62º 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 #2F3EBC is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 47 62 188 -
CMYK 0.75 0.67 0 0.26
HSL 233.62º 0.6% 0.46% -
HSV(B) 233.62º 0.75% 0.74% -
XYZ 11.97 7.68 48.43 -
YUV 71.88 193.53 110.25 -
System Red Green Blue C M Y K H S L
Decimal 47 62 188 0.75 0.67 0 0.26 233.62 0.6 0.46
Hex 2F 3E BC 4B 43 0 1A EA 3C 2E
Octal 57 76 274 113 103 0 32 352 74 56
Binary 101111 111110 10111100 1001011 1000011 0 11010 11101010 111100 101110

Color Harmonies of #2F3EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3EBC

Black with #2F3EBC

Text Example


Text Example

White with #2F3EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,62,188); }

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

background-color css

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

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

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

border-color css

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

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

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