Html Css Color HEX #2337BE Persian Blue

📋 copy color: '#2337BE'

red 35 ◦ green 55 ◦ blue 190

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

Shades of Persian Blue #2337BE

Tints of Persian Blue #2337BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 67.86%

R = 12.5%
G = 19.64%
B = 67.86%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2337BE (or 0x2337BE) is known color: Persian Blue. HEX triplet: 23, 37 and BE. RGB value is (35,55,190). Sum of RGB (Red+Green+Blue) = 35+55+190=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 190 (74.61% from 255 or 67.86% from 280); Max value from RGB is 190 - color contains mainly: blue. Hex color #2337BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2337BE is #DCC841. Grayscale: #3F3F3F. Windows color (decimal): -14469186 or 12465955. OLE color: 12465955.

HSL color Cylindrical-coordinate representation of color #2337BE: hue angle of 232.26º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2337BE is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 55 190 -
CMYK 0.82 0.71 0 0.25
HSL 232.26º 0.69% 0.44% -
HSV(B) 232.26º 0.82% 0.75% -
XYZ 11.35 6.81 49.43 -
YUV 64.41 198.87 107.02 -
System Red Green Blue C M Y K H S L
Decimal 35 55 190 0.82 0.71 0 0.25 232.26 0.69 0.44
Hex 23 37 BE 52 47 0 19 E8 45 2C
Octal 43 67 276 122 107 0 31 350 105 54
Binary 100011 110111 10111110 1010010 1000111 0 11001 11101000 1000101 101100

Color Harmonies of #2337BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2337BE

Black with #2337BE

Text Example


Text Example

White with #2337BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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