Html Css Color HEX #23348B Resolution Blue

📋 copy color: '#23348B'

red 35 ◦ green 52 ◦ blue 139

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

Shades of Resolution Blue #23348B

Tints of Resolution Blue #23348B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.01%

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

R = 15.49%
G = 23.01%
B = 61.5%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23348B (or 0x23348B) is known color: Resolution Blue. HEX triplet: 23, 34 and 8B. RGB value is (35,52,139). Sum of RGB (Red+Green+Blue) = 35+52+139=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #23348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23348B is #DCCB74. Grayscale: #383838. Windows color (decimal): -14470005 or 9122851. OLE color: 9122851.

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

Color convert

RGB 35 52 139 -
CMYK 0.75 0.63 0 0.45
HSL 230.19º 0.6% 0.34% -
HSV(B) 230.19º 0.75% 0.55% -
XYZ 6.58 4.68 24.98 -
YUV 56.84 174.37 112.43 -
System Red Green Blue C M Y K H S L
Decimal 35 52 139 0.75 0.63 0 0.45 230.19 0.6 0.34
Hex 23 34 8B 4B 3F 0 2D E6 3C 22
Octal 43 64 213 113 77 0 55 346 74 42
Binary 100011 110100 10001011 1001011 111111 0 101101 11100110 111100 100010

Color Harmonies of #23348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23348B

Black with #23348B

Text Example


Text Example

White with #23348B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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