Html Css Color HEX #25385D Catalina Blue

📋 copy color: '#25385D'

red 37 ◦ green 56 ◦ blue 93

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

Shades of Catalina Blue #25385D

Tints of Catalina Blue #25385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.11%

 BLUE value IS 93 (36.72% from 255) = 50%

R = 19.89%
G = 30.11%
B = 50%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25385D (or 0x25385D) is known color: Catalina Blue. HEX triplet: 25, 38 and 5D. RGB value is (37,56,93). Sum of RGB (Red+Green+Blue) = 37+56+93=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #25385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25385D is #DAC7A2. Grayscale: #363636. Windows color (decimal): -14337955 or 6109221. OLE color: 6109221.

HSL color Cylindrical-coordinate representation of color #25385D: hue angle of 219.64º 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 #25385D is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 56 93 -
CMYK 0.60 0.40 0 0.64
HSL 219.64º 0.43% 0.25% -
HSV(B) 219.64º 0.6% 0.36% -
XYZ 4.15 4.01 10.91 -
YUV 54.54 149.71 115.49 -
System Red Green Blue C M Y K H S L
Decimal 37 56 93 0.60 0.40 0 0.64 219.64 0.43 0.25
Hex 25 38 5D 3C 28 0 40 DC 2B 19
Octal 45 70 135 74 50 0 100 334 53 31
Binary 100101 111000 1011101 111100 101000 0 1000000 11011100 101011 11001

Color Harmonies of #25385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25385D

Black with #25385D

Text Example


Text Example

White with #25385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25385D; }

 p { color: rgb(37,56,93); }

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

background-color css

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

 a { background-color: rgb(37,56,93); }

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

border-color css

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

 span { border-color: rgb(37,56,93); }

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