Html Css Color HEX #3B08BC Purple Heart

📋 copy color: '#3B08BC'

red 59 ◦ green 8 ◦ blue 188

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

Shades of Purple Heart #3B08BC

Tints of Purple Heart #3B08BC

RGB

 RED value IS 59 (23.44% from 255) = 23.14%

 GREEN value IS 8 (3.52% from 255) = 3.14%

 BLUE value IS 188 (73.83% from 255) = 73.73%

R = 23.14%
G = 3.14%
B = 73.73%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3B08BC (or 0x3B08BC) is known color: Purple Heart. HEX triplet: 3B, 08 and BC. RGB value is (59,8,188). Sum of RGB (Red+Green+Blue) = 59+8+188=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B08BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B08BC is #C4F743. Grayscale: #2B2B2B. Windows color (decimal): -12908356 or 12322875. OLE color: 12322875.

HSL color Cylindrical-coordinate representation of color #3B08BC: hue angle of 257º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B08BC is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 59 8 188 -
CMYK 0.69 0.96 0 0.26
HSL 257º 0.92% 0.38% -
HSV(B) 257º 0.96% 0.74% -
XYZ 10.97 4.73 47.91 -
YUV 43.77 209.4 138.86 -
System Red Green Blue C M Y K H S L
Decimal 59 8 188 0.69 0.96 0 0.26 257 0.92 0.38
Hex 3B 8 BC 45 60 0 1A 101 5C 26
Octal 73 10 274 105 140 0 32 401 134 46
Binary 111011 1000 10111100 1000101 1100000 0 11010 100000001 1011100 100110

Color Harmonies of #3B08BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B08BC

Black with #3B08BC

Text Example


Text Example

White with #3B08BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B08BC; }

 p { color: rgb(59,8,188); }

 H1.HeaderClassName
 {
   color: #3B08BC;
 }
 .AnyTagClassName
 {
   color: #3B08BC;
 }
</style>

background-color css

<style>
 a { background-color: #3B08BC; }

 a { background-color: rgb(59,8,188); }

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

border-color css

<style>
 span { border-color: #3B08BC; }

 span { border-color: rgb(59,8,188); }

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