Html Css Color HEX #27949B Java

📋 copy color: '#27949B'

red 39 ◦ green 148 ◦ blue 155

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

Shades of Java #27949B

Tints of Java #27949B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.27%

 BLUE value IS 155 (60.94% from 255) = 45.32%

R = 11.4%
G = 43.27%
B = 45.32%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#27949B (or 0x27949B) is known color: Java. HEX triplet: 27, 94 and 9B. RGB value is (39,148,155). Sum of RGB (Red+Green+Blue) = 39+148+155=342 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.40% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #27949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27949B is #D86B64. Grayscale: #747474. Windows color (decimal): -14183269 or 10196007. OLE color: 10196007.

HSL color Cylindrical-coordinate representation of color #27949B: hue angle of 183.62º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27949B is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 39 148 155 -
CMYK 0.75 0.05 0 0.39
HSL 183.62º 0.6% 0.38% -
HSV(B) 183.62º 0.75% 0.61% -
XYZ 17.34 23.98 34.72 -
YUV 116.21 149.89 72.93 -
System Red Green Blue C M Y K H S L
Decimal 39 148 155 0.75 0.05 0 0.39 183.62 0.6 0.38
Hex 27 94 9B 4B 5 0 27 B8 3C 26
Octal 47 224 233 113 5 0 47 270 74 46
Binary 100111 10010100 10011011 1001011 101 0 100111 10111000 111100 100110

Color Harmonies of #27949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27949B

Black with #27949B

Text Example


Text Example

White with #27949B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27949B; }

 p { color: rgb(39,148,155); }

 H1.HeaderClassName
 {
   color: #27949B;
 }
 .AnyTagClassName
 {
   color: #27949B;
 }
</style>

background-color css

<style>
 a { background-color: #27949B; }

 a { background-color: rgb(39,148,155); }

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

border-color css

<style>
 span { border-color: #27949B; }

 span { border-color: rgb(39,148,155); }

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