Html Css Color HEX #26355B Catalina Blue

📋 copy color: '#26355B'

red 38 ◦ green 53 ◦ blue 91

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

Shades of Catalina Blue #26355B

Tints of Catalina Blue #26355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.12%

 BLUE value IS 91 (35.94% from 255) = 50%

R = 20.88%
G = 29.12%
B = 50%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#26355B (or 0x26355B) is known color: Catalina Blue. HEX triplet: 26, 35 and 5B. RGB value is (38,53,91). Sum of RGB (Red+Green+Blue) = 38+53+91=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #26355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26355B is #D9CAA4. Grayscale: #343434. Windows color (decimal): -14273189 or 5977382. OLE color: 5977382.

HSL color Cylindrical-coordinate representation of color #26355B: hue angle of 223.02º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26355B is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 53 91 -
CMYK 0.58 0.42 0 0.64
HSL 223.02º 0.41% 0.25% -
HSV(B) 223.02º 0.58% 0.36% -
XYZ 3.96 3.71 10.41 -
YUV 52.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 38 53 91 0.58 0.42 0 0.64 223.02 0.41 0.25
Hex 26 35 5B 3A 2A 0 40 DF 29 19
Octal 46 65 133 72 52 0 100 337 51 31
Binary 100110 110101 1011011 111010 101010 0 1000000 11011111 101001 11001

Color Harmonies of #26355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26355B

Black with #26355B

Text Example


Text Example

White with #26355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,53,91); }

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

background-color css

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

 a { background-color: rgb(38,53,91); }

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

border-color css

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

 span { border-color: rgb(38,53,91); }

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