Html Css Color HEX #263562 Catalina Blue

📋 copy color: '#263562'

red 38 ◦ green 53 ◦ blue 98

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

Shades of Catalina Blue #263562

Tints of Catalina Blue #263562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 51.85%

R = 20.11%
G = 28.04%
B = 51.85%

CMYK

 C value IS 0.61

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#263562 (or 0x263562) is known color: Catalina Blue. HEX triplet: 26, 35 and 62. RGB value is (38,53,98). Sum of RGB (Red+Green+Blue) = 38+53+98=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #263562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263562 is #D9CA9D. Grayscale: #353535. Windows color (decimal): -14273182 or 6436134. OLE color: 6436134.

HSL color Cylindrical-coordinate representation of color #263562: hue angle of 225º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #263562 is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 53 98 -
CMYK 0.61 0.46 0 0.62
HSL 225º 0.44% 0.27% -
HSV(B) 225º 0.61% 0.38% -
XYZ 4.28 3.84 12.07 -
YUV 53.65 153.03 116.84 -
System Red Green Blue C M Y K H S L
Decimal 38 53 98 0.61 0.46 0 0.62 225 0.44 0.27
Hex 26 35 62 3D 2E 0 3E E1 2C 1B
Octal 46 65 142 75 56 0 76 341 54 33
Binary 100110 110101 1100010 111101 101110 0 111110 11100001 101100 11011

Color Harmonies of #263562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263562

Black with #263562

Text Example


Text Example

White with #263562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263562; }

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

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

background-color css

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

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

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

border-color css

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

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

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