Html Css Color HEX #238085 Atoll

📋 copy color: '#238085'

red 35 ◦ green 128 ◦ blue 133

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

Shades of Atoll #238085

Tints of Atoll #238085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.24%

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

R = 11.82%
G = 43.24%
B = 44.93%

CMYK

 C value IS 0.74

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#238085 (or 0x238085) is known color: Atoll. HEX triplet: 23, 80 and 85. RGB value is (35,128,133). Sum of RGB (Red+Green+Blue) = 35+128+133=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #238085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238085 is #DC7F7A. Grayscale: #646464. Windows color (decimal): -14450555 or 8749091. OLE color: 8749091.

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

Color convert

RGB 35 128 133 -
CMYK 0.74 0.04 0 0.48
HSL 183.06º 0.58% 0.33% -
HSV(B) 183.06º 0.74% 0.52% -
XYZ 12.65 17.49 24.9 -
YUV 100.76 146.19 81.09 -
System Red Green Blue C M Y K H S L
Decimal 35 128 133 0.74 0.04 0 0.48 183.06 0.58 0.33
Hex 23 80 85 4A 4 0 30 B7 3A 21
Octal 43 200 205 112 4 0 60 267 72 41
Binary 100011 10000000 10000101 1001010 100 0 110000 10110111 111010 100001

Color Harmonies of #238085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238085

Black with #238085

Text Example


Text Example

White with #238085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238085; }

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

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

background-color css

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

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

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

border-color css

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

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

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