Html Css Color HEX #238483 Atoll

📋 copy color: '#238483'

red 35 ◦ green 132 ◦ blue 131

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

Shades of Atoll #238483

Tints of Atoll #238483

RGB

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

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

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

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

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

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

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

Color convert

RGB 35 132 131 -
CMYK 0.73 0 0.01 0.48
HSL 179.38º 0.58% 0.33% -
HSV(B) 179.38º 0.73% 0.52% -
XYZ 13.04 18.5 24.36 -
YUV 102.88 143.86 79.58 -
System Red Green Blue C M Y K H S L
Decimal 35 132 131 0.73 0 0.01 0.48 179.38 0.58 0.33
Hex 23 84 83 49 0 1 30 B3 3A 21
Octal 43 204 203 111 0 1 60 263 72 41
Binary 100011 10000100 10000011 1001001 0 1 110000 10110011 111010 100001

Color Harmonies of #238483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238483

Black with #238483

Text Example


Text Example

White with #238483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238483; }

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

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

background-color css

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

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

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

border-color css

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

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

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