Html Css Color HEX #2D37BD Persian Blue

📋 copy color: '#2D37BD'

red 45 ◦ green 55 ◦ blue 189

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

Shades of Persian Blue #2D37BD

Tints of Persian Blue #2D37BD

RGB

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

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

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

R = 15.57%
G = 19.03%
B = 65.4%

CMYK

 C value IS 0.76

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2D37BD (or 0x2D37BD) is known color: Persian Blue. HEX triplet: 2D, 37 and BD. RGB value is (45,55,189). Sum of RGB (Red+Green+Blue) = 45+55+189=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 189 (74.22% from 255 or 65.40% from 289); Max value from RGB is 189 - color contains mainly: blue. Hex color #2D37BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D37BD is #D2C842. Grayscale: #424242. Windows color (decimal): -13813827 or 12400429. OLE color: 12400429.

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

Color convert

RGB 45 55 189 -
CMYK 0.76 0.71 0 0.26
HSL 235.83º 0.62% 0.46% -
HSV(B) 235.83º 0.76% 0.74% -
XYZ 11.63 6.96 48.88 -
YUV 67.29 196.69 112.1 -
System Red Green Blue C M Y K H S L
Decimal 45 55 189 0.76 0.71 0 0.26 235.83 0.62 0.46
Hex 2D 37 BD 4C 47 0 1A EC 3E 2E
Octal 55 67 275 114 107 0 32 354 76 56
Binary 101101 110111 10111101 1001100 1000111 0 11010 11101100 111110 101110

Color Harmonies of #2D37BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D37BD

Black with #2D37BD

Text Example


Text Example

White with #2D37BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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