Html Css Color HEX #2D37BF Persian Blue

📋 copy color: '#2D37BF'

red 45 ◦ green 55 ◦ blue 191

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

Shades of Persian Blue #2D37BF

Tints of Persian Blue #2D37BF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.9%

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

R = 15.46%
G = 18.9%
B = 65.64%

CMYK

 C value IS 0.76

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2D37BF (or 0x2D37BF) is known color: Persian Blue. HEX triplet: 2D, 37 and BF. RGB value is (45,55,191). Sum of RGB (Red+Green+Blue) = 45+55+191=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 191 (75% from 255 or 65.64% from 291); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D37BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D37BF is #D2C840. Grayscale: #424242. Windows color (decimal): -13813825 or 12531501. OLE color: 12531501.

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

Color convert

RGB 45 55 191 -
CMYK 0.76 0.71 0 0.25
HSL 235.89º 0.62% 0.46% -
HSV(B) 235.89º 0.76% 0.75% -
XYZ 11.85 7.05 50.03 -
YUV 67.51 197.69 111.94 -
System Red Green Blue C M Y K H S L
Decimal 45 55 191 0.76 0.71 0 0.25 235.89 0.62 0.46
Hex 2D 37 BF 4C 47 0 19 EC 3E 2E
Octal 55 67 277 114 107 0 31 354 76 56
Binary 101101 110111 10111111 1001100 1000111 0 11001 11101100 111110 101110

Color Harmonies of #2D37BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D37BF

Black with #2D37BF

Text Example


Text Example

White with #2D37BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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