Html Css Color HEX #23358B Resolution Blue

📋 copy color: '#23358B'

red 35 ◦ green 53 ◦ blue 139

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

Shades of Resolution Blue #23358B

Tints of Resolution Blue #23358B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 61.23%

R = 15.42%
G = 23.35%
B = 61.23%

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

#23358B (or 0x23358B) is known color: Resolution Blue. HEX triplet: 23, 35 and 8B. RGB value is (35,53,139). Sum of RGB (Red+Green+Blue) = 35+53+139=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #23358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23358B is #DCCA74. Grayscale: #393939. Windows color (decimal): -14469749 or 9123107. OLE color: 9123107.

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

Color convert

RGB 35 53 139 -
CMYK 0.75 0.62 0 0.45
HSL 229.62º 0.6% 0.34% -
HSV(B) 229.62º 0.75% 0.55% -
XYZ 6.63 4.77 25 -
YUV 57.42 174.04 112.01 -
System Red Green Blue C M Y K H S L
Decimal 35 53 139 0.75 0.62 0 0.45 229.62 0.6 0.34
Hex 23 35 8B 4B 3E 0 2D E6 3C 22
Octal 43 65 213 113 76 0 55 346 74 42
Binary 100011 110101 10001011 1001011 111110 0 101101 11100110 111100 100010

Color Harmonies of #23358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23358B

Black with #23358B

Text Example


Text Example

White with #23358B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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