Html Css Color HEX #298784 Atoll

📋 copy color: '#298784'

red 41 ◦ green 135 ◦ blue 132

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

Shades of Atoll #298784

Tints of Atoll #298784

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.83%

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

R = 13.31%
G = 43.83%
B = 42.86%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#298784 (or 0x298784) is known color: Atoll. HEX triplet: 29, 87 and 84. RGB value is (41,135,132). Sum of RGB (Red+Green+Blue) = 41+135+132=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #298784 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298784 is #D6787B. Grayscale: #6A6A6A. Windows color (decimal): -14055548 or 8685353. OLE color: 8685353.

HSL color Cylindrical-coordinate representation of color #298784: hue angle of 178.09º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298784 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 135 132 -
CMYK 0.70 0 0.02 0.47
HSL 178.09º 0.53% 0.35% -
HSV(B) 178.09º 0.7% 0.53% -
XYZ 13.74 19.47 24.86 -
YUV 106.55 142.36 81.24 -
System Red Green Blue C M Y K H S L
Decimal 41 135 132 0.70 0 0.02 0.47 178.09 0.53 0.35
Hex 29 87 84 46 0 2 2F B2 35 23
Octal 51 207 204 106 0 2 57 262 65 43
Binary 101001 10000111 10000100 1000110 0 10 101111 10110010 110101 100011

Color Harmonies of #298784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298784

Black with #298784

Text Example


Text Example

White with #298784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298784; }

 p { color: rgb(41,135,132); }

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

background-color css

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

 a { background-color: rgb(41,135,132); }

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

border-color css

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

 span { border-color: rgb(41,135,132); }

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