Html Css Color HEX #27306D Deep Koamaru

📋 copy color: '#27306D'

red 39 ◦ green 48 ◦ blue 109

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

Shades of Deep Koamaru #27306D

Tints of Deep Koamaru #27306D

RGB

 RED value IS 39 (15.63% from 255) = 19.9%

 GREEN value IS 48 (19.14% from 255) = 24.49%

 BLUE value IS 109 (42.97% from 255) = 55.61%

R = 19.9%
G = 24.49%
B = 55.61%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#27306D (or 0x27306D) is known color: Deep Koamaru. HEX triplet: 27, 30 and 6D. RGB value is (39,48,109). Sum of RGB (Red+Green+Blue) = 39+48+109=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #27306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27306D is #D8CF92. Grayscale: #343434. Windows color (decimal): -14208915 or 7155751. OLE color: 7155751.

HSL color Cylindrical-coordinate representation of color #27306D: hue angle of 232.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27306D is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 39 48 109 -
CMYK 0.64 0.56 0 0.57
HSL 232.29º 0.47% 0.29% -
HSV(B) 232.29º 0.64% 0.43% -
XYZ 4.65 3.65 14.93 -
YUV 52.26 160.02 118.54 -
System Red Green Blue C M Y K H S L
Decimal 39 48 109 0.64 0.56 0 0.57 232.29 0.47 0.29
Hex 27 30 6D 40 38 0 39 E8 2F 1D
Octal 47 60 155 100 70 0 71 350 57 35
Binary 100111 110000 1101101 1000000 111000 0 111001 11101000 101111 11101

Color Harmonies of #27306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27306D

Black with #27306D

Text Example


Text Example

White with #27306D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,48,109); }

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

background-color css

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

 a { background-color: rgb(39,48,109); }

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

border-color css

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

 span { border-color: rgb(39,48,109); }

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