Html Css Color HEX #2D37BA Persian Blue

📋 copy color: '#2D37BA'

red 45 ◦ green 55 ◦ blue 186

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

Shades of Persian Blue #2D37BA

Tints of Persian Blue #2D37BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.03%

R = 15.73%
G = 19.23%
B = 65.03%

CMYK

 C value IS 0.76

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2D37BA (or 0x2D37BA) is known color: Persian Blue. HEX triplet: 2D, 37 and BA. RGB value is (45,55,186). Sum of RGB (Red+Green+Blue) = 45+55+186=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D37BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D37BA is #D2C845. Grayscale: #424242. Windows color (decimal): -13813830 or 12203821. OLE color: 12203821.

HSL color Cylindrical-coordinate representation of color #2D37BA: hue angle of 235.74º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D37BA is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 45 55 186 -
CMYK 0.76 0.70 0 0.27
HSL 235.74º 0.61% 0.45% -
HSV(B) 235.74º 0.76% 0.73% -
XYZ 11.31 6.84 47.18 -
YUV 66.94 195.19 112.35 -
System Red Green Blue C M Y K H S L
Decimal 45 55 186 0.76 0.70 0 0.27 235.74 0.61 0.45
Hex 2D 37 BA 4C 46 0 1B EC 3D 2D
Octal 55 67 272 114 106 0 33 354 75 55
Binary 101101 110111 10111010 1001100 1000110 0 11011 11101100 111101 101101

Color Harmonies of #2D37BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D37BA

Black with #2D37BA

Text Example


Text Example

White with #2D37BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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