Html Css Color HEX #2F34BD Persian Blue

📋 copy color: '#2F34BD'

red 47 ◦ green 52 ◦ blue 189

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

Shades of Persian Blue #2F34BD

Tints of Persian Blue #2F34BD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.06%

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

R = 16.32%
G = 18.06%
B = 65.63%

CMYK

 C value IS 0.75

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2F34BD (or 0x2F34BD) is known color: Persian Blue. HEX triplet: 2F, 34 and BD. RGB value is (47,52,189). Sum of RGB (Red+Green+Blue) = 47+52+189=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 189 (74.22% from 255 or 65.62% from 288); Max value from RGB is 189 - color contains mainly: blue. Hex color #2F34BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F34BD is #D0CB42. Grayscale: #414141. Windows color (decimal): -13683523 or 12399663. OLE color: 12399663.

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

Color convert

RGB 47 52 189 -
CMYK 0.75 0.72 0 0.26
HSL 237.89º 0.6% 0.46% -
HSV(B) 237.89º 0.75% 0.74% -
XYZ 11.59 6.73 48.83 -
YUV 66.12 197.34 114.36 -
System Red Green Blue C M Y K H S L
Decimal 47 52 189 0.75 0.72 0 0.26 237.89 0.6 0.46
Hex 2F 34 BD 4B 48 0 1A EE 3C 2E
Octal 57 64 275 113 110 0 32 356 74 56
Binary 101111 110100 10111101 1001011 1001000 0 11010 11101110 111100 101110

Color Harmonies of #2F34BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F34BD

Black with #2F34BD

Text Example


Text Example

White with #2F34BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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