Html Css Color HEX #23387D Resolution Blue

📋 copy color: '#23387D'

red 35 ◦ green 56 ◦ blue 125

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

Shades of Resolution Blue #23387D

Tints of Resolution Blue #23387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.93%

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

R = 16.2%
G = 25.93%
B = 57.87%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#23387D (or 0x23387D) is known color: Resolution Blue. HEX triplet: 23, 38 and 7D. RGB value is (35,56,125). Sum of RGB (Red+Green+Blue) = 35+56+125=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 125 (49.22% from 255 or 57.87% from 216); Max value from RGB is 125 - color contains mainly: blue. Hex color #23387D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23387D is #DCC782. Grayscale: #393939. Windows color (decimal): -14468995 or 8206371. OLE color: 8206371.

HSL color Cylindrical-coordinate representation of color #23387D: hue angle of 226º 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 #23387D is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 35 56 125 -
CMYK 0.72 0.55 0 0.51
HSL 226º 0.56% 0.31% -
HSV(B) 226º 0.72% 0.49% -
XYZ 5.81 4.67 20 -
YUV 57.59 166.04 111.89 -
System Red Green Blue C M Y K H S L
Decimal 35 56 125 0.72 0.55 0 0.51 226 0.56 0.31
Hex 23 38 7D 48 37 0 33 E2 38 1F
Octal 43 70 175 110 67 0 63 342 70 37
Binary 100011 111000 1111101 1001000 110111 0 110011 11100010 111000 11111

Color Harmonies of #23387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23387D

Black with #23387D

Text Example


Text Example

White with #23387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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