Html Css Color HEX #2837DA Persian Blue

📋 copy color: '#2837DA'

red 40 ◦ green 55 ◦ blue 218

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

Shades of Persian Blue #2837DA

Tints of Persian Blue #2837DA

RGB

 RED value IS 40 (16.02% from 255) = 12.78%

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

 BLUE value IS 218 (85.55% from 255) = 69.65%

R = 12.78%
G = 17.57%
B = 69.65%

CMYK

 C value IS 0.82

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2837DA (or 0x2837DA) is known color: Persian Blue. HEX triplet: 28, 37 and DA. RGB value is (40,55,218). Sum of RGB (Red+Green+Blue) = 40+55+218=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #2837DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2837DA is #D7C825. Grayscale: #444444. Windows color (decimal): -14141478 or 14300968. OLE color: 14300968.

HSL color Cylindrical-coordinate representation of color #2837DA: hue angle of 234.94º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2837DA is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 55 218 -
CMYK 0.82 0.75 0 0.15
HSL 234.94º 0.71% 0.51% -
HSV(B) 234.94º 0.82% 0.85% -
XYZ 14.9 8.25 67.14 -
YUV 69.1 212.03 107.25 -
System Red Green Blue C M Y K H S L
Decimal 40 55 218 0.82 0.75 0 0.15 234.94 0.71 0.51
Hex 28 37 DA 52 4B 0 F EB 47 33
Octal 50 67 332 122 113 0 17 353 107 63
Binary 101000 110111 11011010 1010010 1001011 0 1111 11101011 1000111 110011

Color Harmonies of #2837DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2837DA

Black with #2837DA

Text Example


Text Example

White with #2837DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2837DA; }

 p { color: rgb(40,55,218); }

 H1.HeaderClassName
 {
   color: #2837DA;
 }
 .AnyTagClassName
 {
   color: #2837DA;
 }
</style>

background-color css

<style>
 a { background-color: #2837DA; }

 a { background-color: rgb(40,55,218); }

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

border-color css

<style>
 span { border-color: #2837DA; }

 span { border-color: rgb(40,55,218); }

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