Html Css Color HEX #237D85 Atoll

📋 copy color: '#237D85'

red 35 ◦ green 125 ◦ blue 133

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

Shades of Atoll #237D85

Tints of Atoll #237D85

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.66%

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

R = 11.95%
G = 42.66%
B = 45.39%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#237D85 (or 0x237D85) is known color: Atoll. HEX triplet: 23, 7D and 85. RGB value is (35,125,133). Sum of RGB (Red+Green+Blue) = 35+125+133=293 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.95% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #237D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237D85 is #DC827A. Grayscale: #626262. Windows color (decimal): -14451323 or 8748323. OLE color: 8748323.

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

Color convert

RGB 35 125 133 -
CMYK 0.74 0.06 0 0.48
HSL 184.9º 0.58% 0.33% -
HSV(B) 184.9º 0.74% 0.52% -
XYZ 12.26 16.72 24.77 -
YUV 99 147.18 82.35 -
System Red Green Blue C M Y K H S L
Decimal 35 125 133 0.74 0.06 0 0.48 184.9 0.58 0.33
Hex 23 7D 85 4A 6 0 30 B9 3A 21
Octal 43 175 205 112 6 0 60 271 72 41
Binary 100011 1111101 10000101 1001010 110 0 110000 10111001 111010 100001

Color Harmonies of #237D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237D85

Black with #237D85

Text Example


Text Example

White with #237D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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