Html Css Color HEX #238384 Atoll

📋 copy color: '#238384'

red 35 ◦ green 131 ◦ blue 132

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

Shades of Atoll #238384

Tints of Atoll #238384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.96%

 BLUE value IS 132 (51.95% from 255) = 44.3%

R = 11.74%
G = 43.96%
B = 44.3%

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#238384 (or 0x238384) is known color: Atoll. HEX triplet: 23, 83 and 84. RGB value is (35,131,132). Sum of RGB (Red+Green+Blue) = 35+131+132=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #238384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238384 is #DC7C7B. Grayscale: #666666. Windows color (decimal): -14449788 or 8684323. OLE color: 8684323.

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

Color convert

RGB 35 131 132 -
CMYK 0.73 0.01 0 0.48
HSL 180.62º 0.58% 0.33% -
HSV(B) 180.62º 0.73% 0.52% -
XYZ 12.97 18.26 24.67 -
YUV 102.41 144.7 79.92 -
System Red Green Blue C M Y K H S L
Decimal 35 131 132 0.73 0.01 0 0.48 180.62 0.58 0.33
Hex 23 83 84 49 1 0 30 B5 3A 21
Octal 43 203 204 111 1 0 60 265 72 41
Binary 100011 10000011 10000100 1001001 1 0 110000 10110101 111010 100001

Color Harmonies of #238384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238384

Black with #238384

Text Example


Text Example

White with #238384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238384; }

 p { color: rgb(35,131,132); }

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

background-color css

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

 a { background-color: rgb(35,131,132); }

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

border-color css

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

 span { border-color: rgb(35,131,132); }

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