Html Css Color HEX #23388D Resolution Blue

📋 copy color: '#23388D'

red 35 ◦ green 56 ◦ blue 141

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

Shades of Resolution Blue #23388D

Tints of Resolution Blue #23388D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 60.78%

R = 15.09%
G = 24.14%
B = 60.78%

CMYK

 C value IS 0.75

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23388D (or 0x23388D) is known color: Resolution Blue. HEX triplet: 23, 38 and 8D. RGB value is (35,56,141). Sum of RGB (Red+Green+Blue) = 35+56+141=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #23388D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23388D is #DCC772. Grayscale: #3B3B3B. Windows color (decimal): -14468979 or 9254947. OLE color: 9254947.

HSL color Cylindrical-coordinate representation of color #23388D: hue angle of 228.11º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23388D is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 56 141 -
CMYK 0.75 0.60 0 0.45
HSL 228.11º 0.6% 0.35% -
HSV(B) 228.11º 0.75% 0.55% -
XYZ 6.92 5.11 25.82 -
YUV 59.41 174.04 110.59 -
System Red Green Blue C M Y K H S L
Decimal 35 56 141 0.75 0.60 0 0.45 228.11 0.6 0.35
Hex 23 38 8D 4B 3C 0 2D E4 3C 23
Octal 43 70 215 113 74 0 55 344 74 43
Binary 100011 111000 10001101 1001011 111100 0 101101 11100100 111100 100011

Color Harmonies of #23388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23388D

Black with #23388D

Text Example


Text Example

White with #23388D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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