Html Css Color HEX #23348A Resolution Blue

📋 copy color: '#23348A'

red 35 ◦ green 52 ◦ blue 138

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

Shades of Resolution Blue #23348A

Tints of Resolution Blue #23348A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 61.33%

R = 15.56%
G = 23.11%
B = 61.33%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#23348A (or 0x23348A) is known color: Resolution Blue. HEX triplet: 23, 34 and 8A. RGB value is (35,52,138). Sum of RGB (Red+Green+Blue) = 35+52+138=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #23348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23348A is #DCCB75. Grayscale: #383838. Windows color (decimal): -14470006 or 9057315. OLE color: 9057315.

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

Color convert

RGB 35 52 138 -
CMYK 0.75 0.62 0 0.46
HSL 230.1º 0.6% 0.34% -
HSV(B) 230.1º 0.75% 0.54% -
XYZ 6.51 4.65 24.6 -
YUV 56.72 173.87 112.51 -
System Red Green Blue C M Y K H S L
Decimal 35 52 138 0.75 0.62 0 0.46 230.1 0.6 0.34
Hex 23 34 8A 4B 3E 0 2E E6 3C 22
Octal 43 64 212 113 76 0 56 346 74 42
Binary 100011 110100 10001010 1001011 111110 0 101110 11100110 111100 100010

Color Harmonies of #23348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23348A

Black with #23348A

Text Example


Text Example

White with #23348A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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