Html Css Color HEX #250F5C Christalle

📋 copy color: '#250F5C'

red 37 ◦ green 15 ◦ blue 92

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

Shades of Christalle #250F5C

Tints of Christalle #250F5C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.42%

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

R = 25.69%
G = 10.42%
B = 63.89%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#250F5C (or 0x250F5C) is known color: Christalle. HEX triplet: 25, 0F and 5C. RGB value is (37,15,92). Sum of RGB (Red+Green+Blue) = 37+15+92=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 92 (36.33% from 255 or 63.89% from 144); Max value from RGB is 92 - color contains mainly: blue. Hex color #250F5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250F5C is #DAF0A3. Grayscale: #1E1E1E. Windows color (decimal): -14348452 or 6033189. OLE color: 6033189.

HSL color Cylindrical-coordinate representation of color #250F5C: hue angle of 257.14º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #250F5C is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 15 92 -
CMYK 0.60 0.84 0 0.64
HSL 257.14º 0.72% 0.21% -
HSV(B) 257.14º 0.84% 0.36% -
XYZ 2.87 1.51 10.27 -
YUV 30.36 162.79 132.74 -
System Red Green Blue C M Y K H S L
Decimal 37 15 92 0.60 0.84 0 0.64 257.14 0.72 0.21
Hex 25 F 5C 3C 54 0 40 101 48 15
Octal 45 17 134 74 124 0 100 401 110 25
Binary 100101 1111 1011100 111100 1010100 0 1000000 100000001 1001000 10101

Color Harmonies of #250F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250F5C

Black with #250F5C

Text Example


Text Example

White with #250F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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