Html Css Color HEX #263765 Catalina Blue

📋 copy color: '#263765'

red 38 ◦ green 55 ◦ blue 101

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

Shades of Catalina Blue #263765

Tints of Catalina Blue #263765

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.35%

 BLUE value IS 101 (39.84% from 255) = 52.06%

R = 19.59%
G = 28.35%
B = 52.06%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#263765 (or 0x263765) is known color: Catalina Blue. HEX triplet: 26, 37 and 65. RGB value is (38,55,101). Sum of RGB (Red+Green+Blue) = 38+55+101=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #263765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263765 is #D9C89A. Grayscale: #363636. Windows color (decimal): -14272667 or 6633254. OLE color: 6633254.

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

Color convert

RGB 38 55 101 -
CMYK 0.62 0.46 0 0.60
HSL 223.81º 0.45% 0.27% -
HSV(B) 223.81º 0.62% 0.4% -
XYZ 4.51 4.08 12.86 -
YUV 55.16 153.87 115.76 -
System Red Green Blue C M Y K H S L
Decimal 38 55 101 0.62 0.46 0 0.60 223.81 0.45 0.27
Hex 26 37 65 3E 2E 0 3C E0 2D 1B
Octal 46 67 145 76 56 0 74 340 55 33
Binary 100110 110111 1100101 111110 101110 0 111100 11100000 101101 11011

Color Harmonies of #263765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263765

Black with #263765

Text Example


Text Example

White with #263765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263765; }

 p { color: rgb(38,55,101); }

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

background-color css

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

 a { background-color: rgb(38,55,101); }

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

border-color css

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

 span { border-color: rgb(38,55,101); }

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