Html Css Color HEX #2F36BC Persian Blue

📋 copy color: '#2F36BC'

red 47 ◦ green 54 ◦ blue 188

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

Shades of Persian Blue #2F36BC

Tints of Persian Blue #2F36BC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.69%

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

R = 16.26%
G = 18.69%
B = 65.05%

CMYK

 C value IS 0.75

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2F36BC (or 0x2F36BC) is known color: Persian Blue. HEX triplet: 2F, 36 and BC. RGB value is (47,54,188). Sum of RGB (Red+Green+Blue) = 47+54+188=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F36BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F36BC is #D0C943. Grayscale: #424242. Windows color (decimal): -13683012 or 12334639. OLE color: 12334639.

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

Color convert

RGB 47 54 188 -
CMYK 0.75 0.71 0 0.26
HSL 237.02º 0.6% 0.46% -
HSV(B) 237.02º 0.75% 0.74% -
XYZ 11.57 6.87 48.29 -
YUV 67.18 196.18 113.6 -
System Red Green Blue C M Y K H S L
Decimal 47 54 188 0.75 0.71 0 0.26 237.02 0.6 0.46
Hex 2F 36 BC 4B 47 0 1A ED 3C 2E
Octal 57 66 274 113 107 0 32 355 74 56
Binary 101111 110110 10111100 1001011 1000111 0 11010 11101101 111100 101110

Color Harmonies of #2F36BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F36BC

Black with #2F36BC

Text Example


Text Example

White with #2F36BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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