Html Css Color HEX #238283 Atoll

📋 copy color: '#238283'

red 35 ◦ green 130 ◦ blue 131

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

Shades of Atoll #238283

Tints of Atoll #238283

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.92%

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

R = 11.82%
G = 43.92%
B = 44.26%

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#238283 (or 0x238283) is known color: Atoll. HEX triplet: 23, 82 and 83. RGB value is (35,130,131). Sum of RGB (Red+Green+Blue) = 35+130+131=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: blue. Hex color #238283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238283 is #DC7D7C. Grayscale: #656565. Windows color (decimal): -14450045 or 8618531. OLE color: 8618531.

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

Color convert

RGB 35 130 131 -
CMYK 0.73 0.01 0 0.49
HSL 180.63º 0.58% 0.33% -
HSV(B) 180.63º 0.73% 0.51% -
XYZ 12.77 17.96 24.27 -
YUV 101.71 144.53 80.42 -
System Red Green Blue C M Y K H S L
Decimal 35 130 131 0.73 0.01 0 0.49 180.63 0.58 0.33
Hex 23 82 83 49 1 0 31 B5 3A 21
Octal 43 202 203 111 1 0 61 265 72 41
Binary 100011 10000010 10000011 1001001 1 0 110001 10110101 111010 100001

Color Harmonies of #238283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238283

Black with #238283

Text Example


Text Example

White with #238283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238283; }

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

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

background-color css

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

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

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

border-color css

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

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

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