Html Css Color HEX #23397D Resolution Blue

📋 copy color: '#23397D'

red 35 ◦ green 57 ◦ blue 125

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

Shades of Resolution Blue #23397D

Tints of Resolution Blue #23397D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.27%

 BLUE value IS 125 (49.22% from 255) = 57.6%

R = 16.13%
G = 26.27%
B = 57.6%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#23397D (or 0x23397D) is known color: Resolution Blue. HEX triplet: 23, 39 and 7D. RGB value is (35,57,125). Sum of RGB (Red+Green+Blue) = 35+57+125=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #23397D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23397D is #DCC682. Grayscale: #393939. Windows color (decimal): -14468739 or 8206627. OLE color: 8206627.

HSL color Cylindrical-coordinate representation of color #23397D: hue angle of 225.33º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23397D is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 35 57 125 -
CMYK 0.72 0.54 0 0.51
HSL 225.33º 0.56% 0.31% -
HSV(B) 225.33º 0.72% 0.49% -
XYZ 5.86 4.76 20.01 -
YUV 58.17 165.71 111.47 -
System Red Green Blue C M Y K H S L
Decimal 35 57 125 0.72 0.54 0 0.51 225.33 0.56 0.31
Hex 23 39 7D 48 36 0 33 E1 38 1F
Octal 43 71 175 110 66 0 63 341 70 37
Binary 100011 111001 1111101 1001000 110110 0 110011 11100001 111000 11111

Color Harmonies of #23397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23397D

Black with #23397D

Text Example


Text Example

White with #23397D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23397D; }

 p { color: rgb(35,57,125); }

 H1.HeaderClassName
 {
   color: #23397D;
 }
 .AnyTagClassName
 {
   color: #23397D;
 }
</style>

background-color css

<style>
 a { background-color: #23397D; }

 a { background-color: rgb(35,57,125); }

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

border-color css

<style>
 span { border-color: #23397D; }

 span { border-color: rgb(35,57,125); }

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