Html Css Color HEX #25455C Astronaut Blue

📋 copy color: '#25455C'

red 37 ◦ green 69 ◦ blue 92

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

Shades of Astronaut Blue #25455C

Tints of Astronaut Blue #25455C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.85%

 BLUE value IS 92 (36.33% from 255) = 46.46%

R = 18.69%
G = 34.85%
B = 46.46%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25455C (or 0x25455C) is known color: Astronaut Blue. HEX triplet: 25, 45 and 5C. RGB value is (37,69,92). Sum of RGB (Red+Green+Blue) = 37+69+92=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #25455C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25455C is #DABAA3. Grayscale: #3D3D3D. Windows color (decimal): -14334628 or 6047013. OLE color: 6047013.

HSL color Cylindrical-coordinate representation of color #25455C: hue angle of 205.09º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25455C is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 69 92 -
CMYK 0.60 0.25 0 0.64
HSL 205.09º 0.43% 0.25% -
HSV(B) 205.09º 0.6% 0.36% -
XYZ 4.82 5.42 10.92 -
YUV 62.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 37 69 92 0.60 0.25 0 0.64 205.09 0.43 0.25
Hex 25 45 5C 3C 19 0 40 CD 2B 19
Octal 45 105 134 74 31 0 100 315 53 31
Binary 100101 1000101 1011100 111100 11001 0 1000000 11001101 101011 11001

Color Harmonies of #25455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25455C

Black with #25455C

Text Example


Text Example

White with #25455C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25455C; }

 p { color: rgb(37,69,92); }

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

background-color css

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

 a { background-color: rgb(37,69,92); }

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

border-color css

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

 span { border-color: rgb(37,69,92); }

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