Html Css Color HEX #23368C Resolution Blue

📋 copy color: '#23368C'

red 35 ◦ green 54 ◦ blue 140

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

Shades of Resolution Blue #23368C

Tints of Resolution Blue #23368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.58%

 BLUE value IS 140 (55.08% from 255) = 61.14%

R = 15.28%
G = 23.58%
B = 61.14%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23368C (or 0x23368C) is known color: Resolution Blue. HEX triplet: 23, 36 and 8C. RGB value is (35,54,140). Sum of RGB (Red+Green+Blue) = 35+54+140=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 140 (55.08% from 255 or 61.14% from 229); Max value from RGB is 140 - color contains mainly: blue. Hex color #23368C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23368C is #DCC973. Grayscale: #393939. Windows color (decimal): -14469492 or 9188899. OLE color: 9188899.

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

Color convert

RGB 35 54 140 -
CMYK 0.75 0.61 0 0.45
HSL 229.14º 0.6% 0.34% -
HSV(B) 229.14º 0.75% 0.55% -
XYZ 6.75 4.89 25.4 -
YUV 58.12 174.21 111.51 -
System Red Green Blue C M Y K H S L
Decimal 35 54 140 0.75 0.61 0 0.45 229.14 0.6 0.34
Hex 23 36 8C 4B 3D 0 2D E5 3C 22
Octal 43 66 214 113 75 0 55 345 74 42
Binary 100011 110110 10001100 1001011 111101 0 101101 11100101 111100 100010

Color Harmonies of #23368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23368C

Black with #23368C

Text Example


Text Example

White with #23368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23368C; }

 p { color: rgb(35,54,140); }

 H1.HeaderClassName
 {
   color: #23368C;
 }
 .AnyTagClassName
 {
   color: #23368C;
 }
</style>

background-color css

<style>
 a { background-color: #23368C; }

 a { background-color: rgb(35,54,140); }

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

border-color css

<style>
 span { border-color: #23368C; }

 span { border-color: rgb(35,54,140); }

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