Html Css Color HEX #298183 Atoll

📋 copy color: '#298183'

red 41 ◦ green 129 ◦ blue 131

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

Shades of Atoll #298183

Tints of Atoll #298183

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.86%

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

R = 13.62%
G = 42.86%
B = 43.52%

CMYK

 C value IS 0.69

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#298183 (or 0x298183) is known color: Atoll. HEX triplet: 29, 81 and 83. RGB value is (41,129,131). Sum of RGB (Red+Green+Blue) = 41+129+131=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 131 - color contains mainly: blue. Hex color #298183 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298183 is #D67E7C. Grayscale: #666666. Windows color (decimal): -14057085 or 8618281. OLE color: 8618281.

HSL color Cylindrical-coordinate representation of color #298183: hue angle of 181.33º 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 #298183 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 129 131 -
CMYK 0.69 0.02 0 0.49
HSL 181.33º 0.52% 0.34% -
HSV(B) 181.33º 0.69% 0.51% -
XYZ 12.86 17.81 24.23 -
YUV 102.92 143.85 83.84 -
System Red Green Blue C M Y K H S L
Decimal 41 129 131 0.69 0.02 0 0.49 181.33 0.52 0.34
Hex 29 81 83 45 2 0 31 B5 34 22
Octal 51 201 203 105 2 0 61 265 64 42
Binary 101001 10000001 10000011 1000101 10 0 110001 10110101 110100 100010

Color Harmonies of #298183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298183

Black with #298183

Text Example


Text Example

White with #298183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298183; }

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

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

background-color css

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

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

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

border-color css

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

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

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