Html Css Color HEX #2337D9 Persian Blue

📋 copy color: '#2337D9'

red 35 ◦ green 55 ◦ blue 217

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

Shades of Persian Blue #2337D9

Tints of Persian Blue #2337D9

RGB

 RED value IS 35 (14.06% from 255) = 11.4%

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

 BLUE value IS 217 (85.16% from 255) = 70.68%

R = 11.4%
G = 17.92%
B = 70.68%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2337D9 (or 0x2337D9) is known color: Persian Blue. HEX triplet: 23, 37 and D9. RGB value is (35,55,217). Sum of RGB (Red+Green+Blue) = 35+55+217=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 217 (85.16% from 255 or 70.68% from 307); Max value from RGB is 217 - color contains mainly: blue. Hex color #2337D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2337D9 is #DCC826. Grayscale: #424242. Windows color (decimal): -14469159 or 14235427. OLE color: 14235427.

HSL color Cylindrical-coordinate representation of color #2337D9: hue angle of 233.41º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2337D9 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 35 55 217 -
CMYK 0.84 0.75 0 0.15
HSL 233.41º 0.72% 0.49% -
HSV(B) 233.41º 0.84% 0.85% -
XYZ 14.58 8.1 66.44 -
YUV 67.49 212.37 104.83 -
System Red Green Blue C M Y K H S L
Decimal 35 55 217 0.84 0.75 0 0.15 233.41 0.72 0.49
Hex 23 37 D9 54 4B 0 F E9 48 31
Octal 43 67 331 124 113 0 17 351 110 61
Binary 100011 110111 11011001 1010100 1001011 0 1111 11101001 1001000 110001

Color Harmonies of #2337D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2337D9

Black with #2337D9

Text Example


Text Example

White with #2337D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2337D9; }

 p { color: rgb(35,55,217); }

 H1.HeaderClassName
 {
   color: #2337D9;
 }
 .AnyTagClassName
 {
   color: #2337D9;
 }
</style>

background-color css

<style>
 a { background-color: #2337D9; }

 a { background-color: rgb(35,55,217); }

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

border-color css

<style>
 span { border-color: #2337D9; }

 span { border-color: rgb(35,55,217); }

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