Html Css Color HEX #263348 Bunting

📋 copy color: '#263348'

red 38 ◦ green 51 ◦ blue 72

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

Shades of Bunting #263348

Tints of Bunting #263348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.68%

 BLUE value IS 72 (28.52% from 255) = 44.72%

R = 23.6%
G = 31.68%
B = 44.72%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#263348 (or 0x263348) is known color: Bunting. HEX triplet: 26, 33 and 48. RGB value is (38,51,72). Sum of RGB (Red+Green+Blue) = 38+51+72=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #263348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263348 is #D9CCB7. Grayscale: #313131. Windows color (decimal): -14273720 or 4731686. OLE color: 4731686.

HSL color Cylindrical-coordinate representation of color #263348: hue angle of 217.06º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #263348 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 38 51 72 -
CMYK 0.47 0.29 0 0.72
HSL 217.06º 0.31% 0.22% -
HSV(B) 217.06º 0.47% 0.28% -
XYZ 3.15 3.25 6.59 -
YUV 49.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 38 51 72 0.47 0.29 0 0.72 217.06 0.31 0.22
Hex 26 33 48 2F 1D 0 48 D9 1F 16
Octal 46 63 110 57 35 0 110 331 37 26
Binary 100110 110011 1001000 101111 11101 0 1001000 11011001 11111 10110

Color Harmonies of #263348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263348

Black with #263348

Text Example


Text Example

White with #263348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263348; }

 p { color: rgb(38,51,72); }

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

background-color css

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

 a { background-color: rgb(38,51,72); }

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

border-color css

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

 span { border-color: rgb(38,51,72); }

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