Html Css Color HEX #23376F Resolution Blue

📋 copy color: '#23376F'

red 35 ◦ green 55 ◦ blue 111

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

Shades of Resolution Blue #23376F

Tints of Resolution Blue #23376F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.36%

 BLUE value IS 111 (43.75% from 255) = 55.22%

R = 17.41%
G = 27.36%
B = 55.22%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#23376F (or 0x23376F) is known color: Resolution Blue. HEX triplet: 23, 37 and 6F. RGB value is (35,55,111). Sum of RGB (Red+Green+Blue) = 35+55+111=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 111 (43.75% from 255 or 55.22% from 201); Max value from RGB is 111 - color contains mainly: blue. Hex color #23376F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23376F is #DCC890. Grayscale: #373737. Windows color (decimal): -14469265 or 7288611. OLE color: 7288611.

HSL color Cylindrical-coordinate representation of color #23376F: hue angle of 224.21º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23376F is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 55 111 -
CMYK 0.68 0.50 0 0.56
HSL 224.21º 0.52% 0.29% -
HSV(B) 224.21º 0.68% 0.44% -
XYZ 4.93 4.24 15.6 -
YUV 55.4 159.37 113.45 -
System Red Green Blue C M Y K H S L
Decimal 35 55 111 0.68 0.50 0 0.56 224.21 0.52 0.29
Hex 23 37 6F 44 32 0 38 E0 34 1D
Octal 43 67 157 104 62 0 70 340 64 35
Binary 100011 110111 1101111 1000100 110010 0 111000 11100000 110100 11101

Color Harmonies of #23376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23376F

Black with #23376F

Text Example


Text Example

White with #23376F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23376F; }

 p { color: rgb(35,55,111); }

 H1.HeaderClassName
 {
   color: #23376F;
 }
 .AnyTagClassName
 {
   color: #23376F;
 }
</style>

background-color css

<style>
 a { background-color: #23376F; }

 a { background-color: rgb(35,55,111); }

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

border-color css

<style>
 span { border-color: #23376F; }

 span { border-color: rgb(35,55,111); }

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