Html Css Color HEX #2D34BF Persian Blue

📋 copy color: '#2D34BF'

red 45 ◦ green 52 ◦ blue 191

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

Shades of Persian Blue #2D34BF

Tints of Persian Blue #2D34BF

RGB

 RED value IS 45 (17.97% from 255) = 15.63%

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

 BLUE value IS 191 (75% from 255) = 66.32%

R = 15.63%
G = 18.06%
B = 66.32%

CMYK

 C value IS 0.76

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2D34BF (or 0x2D34BF) is known color: Persian Blue. HEX triplet: 2D, 34 and BF. RGB value is (45,52,191). Sum of RGB (Red+Green+Blue) = 45+52+191=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 191 (75% from 255 or 66.32% from 288); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D34BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D34BF is #D2CB40. Grayscale: #414141. Windows color (decimal): -13814593 or 12530733. OLE color: 12530733.

HSL color Cylindrical-coordinate representation of color #2D34BF: hue angle of 237.12º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D34BF is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 52 191 -
CMYK 0.76 0.73 0 0.25
HSL 237.12º 0.62% 0.46% -
HSV(B) 237.12º 0.76% 0.75% -
XYZ 11.71 6.78 49.98 -
YUV 65.75 198.68 113.2 -
System Red Green Blue C M Y K H S L
Decimal 45 52 191 0.76 0.73 0 0.25 237.12 0.62 0.46
Hex 2D 34 BF 4C 49 0 19 ED 3E 2E
Octal 55 64 277 114 111 0 31 355 76 56
Binary 101101 110100 10111111 1001100 1001001 0 11001 11101101 111110 101110

Color Harmonies of #2D34BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D34BF

Black with #2D34BF

Text Example


Text Example

White with #2D34BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,52,191); }

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

background-color css

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

 a { background-color: rgb(45,52,191); }

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

border-color css

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

 span { border-color: rgb(45,52,191); }

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