Html Css Color HEX #237585 Allports

📋 copy color: '#237585'

red 35 ◦ green 117 ◦ blue 133

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

Shades of Allports #237585

Tints of Allports #237585

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.05%

 BLUE value IS 133 (52.34% from 255) = 46.67%

R = 12.28%
G = 41.05%
B = 46.67%

CMYK

 C value IS 0.74

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#237585 (or 0x237585) is known color: Allports. HEX triplet: 23, 75 and 85. RGB value is (35,117,133). Sum of RGB (Red+Green+Blue) = 35+117+133=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #237585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237585 is #DC8A7A. Grayscale: #5E5E5E. Windows color (decimal): -14453371 or 8746275. OLE color: 8746275.

HSL color Cylindrical-coordinate representation of color #237585: hue angle of 189.8º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #237585 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 35 117 133 -
CMYK 0.74 0.12 0 0.48
HSL 189.8º 0.58% 0.33% -
HSV(B) 189.8º 0.74% 0.52% -
XYZ 11.29 14.77 24.45 -
YUV 94.31 149.83 85.7 -
System Red Green Blue C M Y K H S L
Decimal 35 117 133 0.74 0.12 0 0.48 189.8 0.58 0.33
Hex 23 75 85 4A C 0 30 BE 3A 21
Octal 43 165 205 112 14 0 60 276 72 41
Binary 100011 1110101 10000101 1001010 1100 0 110000 10111110 111010 100001

Color Harmonies of #237585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237585

Black with #237585

Text Example


Text Example

White with #237585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237585; }

 p { color: rgb(35,117,133); }

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

background-color css

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

 a { background-color: rgb(35,117,133); }

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

border-color css

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

 span { border-color: rgb(35,117,133); }

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