Html Css Color HEX #298283 Atoll

📋 copy color: '#298283'

red 41 ◦ green 130 ◦ blue 131

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

Shades of Atoll #298283

Tints of Atoll #298283

RGB

 RED value IS 41 (16.41% from 255) = 13.58%

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

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

R = 13.58%
G = 43.05%
B = 43.38%

CMYK

 C value IS 0.69

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#298283 (or 0x298283) is known color: Atoll. HEX triplet: 29, 82 and 83. RGB value is (41,130,131). Sum of RGB (Red+Green+Blue) = 41+130+131=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 131 (51.56% from 255 or 43.38% from 302); Max value from RGB is 131 - color contains mainly: blue. Hex color #298283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298283 is #D67D7C. Grayscale: #676767. Windows color (decimal): -14056829 or 8618537. OLE color: 8618537.

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

Color convert

RGB 41 130 131 -
CMYK 0.69 0.01 0 0.49
HSL 180.67º 0.52% 0.34% -
HSV(B) 180.67º 0.69% 0.51% -
XYZ 12.99 18.08 24.28 -
YUV 103.5 143.51 83.42 -
System Red Green Blue C M Y K H S L
Decimal 41 130 131 0.69 0.01 0 0.49 180.67 0.52 0.34
Hex 29 82 83 45 1 0 31 B5 34 22
Octal 51 202 203 105 1 0 61 265 64 42
Binary 101001 10000010 10000011 1000101 1 0 110001 10110101 110100 100010

Color Harmonies of #298283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298283

Black with #298283

Text Example


Text Example

White with #298283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298283; }

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

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

background-color css

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

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

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

border-color css

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

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

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