Html Css Color HEX #23348D Resolution Blue

📋 copy color: '#23348D'

red 35 ◦ green 52 ◦ blue 141

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

Shades of Resolution Blue #23348D

Tints of Resolution Blue #23348D

RGB

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

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

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

R = 15.35%
G = 22.81%
B = 61.84%

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

#23348D (or 0x23348D) is known color: Resolution Blue. HEX triplet: 23, 34 and 8D. RGB value is (35,52,141). Sum of RGB (Red+Green+Blue) = 35+52+141=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #23348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23348D is #DCCB72. Grayscale: #383838. Windows color (decimal): -14470003 or 9253923. OLE color: 9253923.

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

Color convert

RGB 35 52 141 -
CMYK 0.75 0.63 0 0.45
HSL 230.38º 0.6% 0.35% -
HSV(B) 230.38º 0.75% 0.55% -
XYZ 6.73 4.74 25.76 -
YUV 57.06 175.37 112.26 -
System Red Green Blue C M Y K H S L
Decimal 35 52 141 0.75 0.63 0 0.45 230.38 0.6 0.35
Hex 23 34 8D 4B 3F 0 2D E6 3C 23
Octal 43 64 215 113 77 0 55 346 74 43
Binary 100011 110100 10001101 1001011 111111 0 101101 11100110 111100 100011

Color Harmonies of #23348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23348D

Black with #23348D

Text Example


Text Example

White with #23348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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