Html Css Color HEX #263458 Catalina Blue

📋 copy color: '#263458'

red 38 ◦ green 52 ◦ blue 88

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

Shades of Catalina Blue #263458

Tints of Catalina Blue #263458

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.21%

 BLUE value IS 88 (34.77% from 255) = 49.44%

R = 21.35%
G = 29.21%
B = 49.44%

CMYK

 C value IS 0.57

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#263458 (or 0x263458) is known color: Catalina Blue. HEX triplet: 26, 34 and 58. RGB value is (38,52,88). Sum of RGB (Red+Green+Blue) = 38+52+88=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 88 (34.77% from 255 or 49.44% from 178); Max value from RGB is 88 - color contains mainly: blue. Hex color #263458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263458 is #D9CBA7. Grayscale: #333333. Windows color (decimal): -14273448 or 5780518. OLE color: 5780518.

HSL color Cylindrical-coordinate representation of color #263458: hue angle of 223.2º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #263458 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 52 88 -
CMYK 0.57 0.41 0 0.65
HSL 223.2º 0.4% 0.25% -
HSV(B) 223.2º 0.57% 0.35% -
XYZ 3.79 3.57 9.72 -
YUV 51.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 38 52 88 0.57 0.41 0 0.65 223.2 0.4 0.25
Hex 26 34 58 39 29 0 41 DF 28 19
Octal 46 64 130 71 51 0 101 337 50 31
Binary 100110 110100 1011000 111001 101001 0 1000001 11011111 101000 11001

Color Harmonies of #263458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263458

Black with #263458

Text Example


Text Example

White with #263458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263458; }

 p { color: rgb(38,52,88); }

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

background-color css

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

 a { background-color: rgb(38,52,88); }

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

border-color css

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

 span { border-color: rgb(38,52,88); }

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