Html Css Color HEX #254E68 Arapawa

📋 copy color: '#254E68'

red 37 ◦ green 78 ◦ blue 104

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

Shades of Arapawa #254E68

Tints of Arapawa #254E68

RGB

 RED value IS 37 (14.84% from 255) = 16.89%

 GREEN value IS 78 (30.86% from 255) = 35.62%

 BLUE value IS 104 (41.02% from 255) = 47.49%

R = 16.89%
G = 35.62%
B = 47.49%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#254E68 (or 0x254E68) is known color: Arapawa. HEX triplet: 25, 4E and 68. RGB value is (37,78,104). Sum of RGB (Red+Green+Blue) = 37+78+104=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #254E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254E68 is #DAB197. Grayscale: #444444. Windows color (decimal): -14332312 or 6835749. OLE color: 6835749.

HSL color Cylindrical-coordinate representation of color #254E68: hue angle of 203.28º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #254E68 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 78 104 -
CMYK 0.64 0.25 0 0.59
HSL 203.28º 0.48% 0.28% -
HSV(B) 203.28º 0.64% 0.41% -
XYZ 5.99 6.84 14.1 -
YUV 68.71 147.92 105.39 -
System Red Green Blue C M Y K H S L
Decimal 37 78 104 0.64 0.25 0 0.59 203.28 0.48 0.28
Hex 25 4E 68 40 19 0 3B CB 30 1C
Octal 45 116 150 100 31 0 73 313 60 34
Binary 100101 1001110 1101000 1000000 11001 0 111011 11001011 110000 11100

Color Harmonies of #254E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254E68

Black with #254E68

Text Example


Text Example

White with #254E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254E68; }

 p { color: rgb(37,78,104); }

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

background-color css

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

 a { background-color: rgb(37,78,104); }

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

border-color css

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

 span { border-color: rgb(37,78,104); }

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