Html Css Color HEX #42236C Blue Diamond

📋 copy color: '#42236C'

red 66 ◦ green 35 ◦ blue 108

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

Shades of Blue Diamond #42236C

Tints of Blue Diamond #42236C

RGB

 RED value IS 66 (26.17% from 255) = 31.58%

 GREEN value IS 35 (14.06% from 255) = 16.75%

 BLUE value IS 108 (42.58% from 255) = 51.67%

R = 31.58%
G = 16.75%
B = 51.67%

CMYK

 C value IS 0.39

 M value IS 0.68

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42236C (or 0x42236C) is known color: Blue Diamond. HEX triplet: 42, 23 and 6C. RGB value is (66,35,108). Sum of RGB (Red+Green+Blue) = 66+35+108=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #42236C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42236C is #BDDC93. Grayscale: #343434. Windows color (decimal): -12442772 or 7086914. OLE color: 7086914.

HSL color Cylindrical-coordinate representation of color #42236C: hue angle of 265.48º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42236C is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 35 108 -
CMYK 0.39 0.68 0 0.58
HSL 265.48º 0.51% 0.28% -
HSV(B) 265.48º 0.68% 0.42% -
XYZ 5.55 3.44 14.56 -
YUV 52.59 159.27 137.56 -
System Red Green Blue C M Y K H S L
Decimal 66 35 108 0.39 0.68 0 0.58 265.48 0.51 0.28
Hex 42 23 6C 27 44 0 3A 109 33 1C
Octal 102 43 154 47 104 0 72 411 63 34
Binary 1000010 100011 1101100 100111 1000100 0 111010 100001001 110011 11100

Color Harmonies of #42236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42236C

Black with #42236C

Text Example


Text Example

White with #42236C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,35,108); }

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

background-color css

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

 a { background-color: rgb(66,35,108); }

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

border-color css

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

 span { border-color: rgb(66,35,108); }

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