Html Css Color HEX #263068 Deep Koamaru

📋 copy color: '#263068'

red 38 ◦ green 48 ◦ blue 104

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

Shades of Deep Koamaru #263068

Tints of Deep Koamaru #263068

RGB

 RED value IS 38 (15.23% from 255) = 20%

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

 BLUE value IS 104 (41.02% from 255) = 54.74%

R = 20%
G = 25.26%
B = 54.74%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#263068 (or 0x263068) is known color: Deep Koamaru. HEX triplet: 26, 30 and 68. RGB value is (38,48,104). Sum of RGB (Red+Green+Blue) = 38+48+104=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #263068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263068 is #D9CF97. Grayscale: #333333. Windows color (decimal): -14274456 or 6828070. OLE color: 6828070.

HSL color Cylindrical-coordinate representation of color #263068: hue angle of 230.91º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #263068 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 48 104 -
CMYK 0.63 0.54 0 0.59
HSL 230.91º 0.46% 0.28% -
HSV(B) 230.91º 0.63% 0.41% -
XYZ 4.35 3.53 13.55 -
YUV 51.39 157.69 118.45 -
System Red Green Blue C M Y K H S L
Decimal 38 48 104 0.63 0.54 0 0.59 230.91 0.46 0.28
Hex 26 30 68 3F 36 0 3B E7 2E 1C
Octal 46 60 150 77 66 0 73 347 56 34
Binary 100110 110000 1101000 111111 110110 0 111011 11100111 101110 11100

Color Harmonies of #263068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263068

Black with #263068

Text Example


Text Example

White with #263068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263068; }

 p { color: rgb(38,48,104); }

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

background-color css

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

 a { background-color: rgb(38,48,104); }

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

border-color css

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

 span { border-color: rgb(38,48,104); }

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