Html Css Color HEX #23358D Resolution Blue

📋 copy color: '#23358D'

red 35 ◦ green 53 ◦ blue 141

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

Shades of Resolution Blue #23358D

Tints of Resolution Blue #23358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.14%

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

R = 15.28%
G = 23.14%
B = 61.57%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23358D (or 0x23358D) is known color: Resolution Blue. HEX triplet: 23, 35 and 8D. RGB value is (35,53,141). Sum of RGB (Red+Green+Blue) = 35+53+141=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 141 (55.47% from 255 or 61.57% from 229); Max value from RGB is 141 - color contains mainly: blue. Hex color #23358D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23358D is #DCCA72. Grayscale: #393939. Windows color (decimal): -14469747 or 9254179. OLE color: 9254179.

HSL color Cylindrical-coordinate representation of color #23358D: hue angle of 229.81º 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 #23358D is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 53 141 -
CMYK 0.75 0.62 0 0.45
HSL 229.81º 0.6% 0.35% -
HSV(B) 229.81º 0.75% 0.55% -
XYZ 6.77 4.83 25.77 -
YUV 57.65 175.04 111.84 -
System Red Green Blue C M Y K H S L
Decimal 35 53 141 0.75 0.62 0 0.45 229.81 0.6 0.35
Hex 23 35 8D 4B 3E 0 2D E6 3C 23
Octal 43 65 215 113 76 0 55 346 74 43
Binary 100011 110101 10001101 1001011 111110 0 101101 11100110 111100 100011

Color Harmonies of #23358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23358D

Black with #23358D

Text Example


Text Example

White with #23358D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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