Html Css Color HEX #236585 Allports

📋 copy color: '#236585'

red 35 ◦ green 101 ◦ blue 133

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

Shades of Allports #236585

Tints of Allports #236585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.55%

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

R = 13.01%
G = 37.55%
B = 49.44%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#236585 (or 0x236585) is known color: Allports. HEX triplet: 23, 65 and 85. RGB value is (35,101,133). Sum of RGB (Red+Green+Blue) = 35+101+133=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #236585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236585 is #DC9A7A. Grayscale: #545454. Windows color (decimal): -14457467 or 8742179. OLE color: 8742179.

HSL color Cylindrical-coordinate representation of color #236585: hue angle of 199.59º 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 #236585 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 35 101 133 -
CMYK 0.74 0.24 0 0.48
HSL 199.59º 0.58% 0.33% -
HSV(B) 199.59º 0.74% 0.52% -
XYZ 9.58 11.36 23.88 -
YUV 84.91 155.13 92.4 -
System Red Green Blue C M Y K H S L
Decimal 35 101 133 0.74 0.24 0 0.48 199.59 0.58 0.33
Hex 23 65 85 4A 18 0 30 C8 3A 21
Octal 43 145 205 112 30 0 60 310 72 41
Binary 100011 1100101 10000101 1001010 11000 0 110000 11001000 111010 100001

Color Harmonies of #236585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236585

Black with #236585

Text Example


Text Example

White with #236585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236585; }

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

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

background-color css

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

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

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

border-color css

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

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

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