Html Css Color HEX #263F6C Catalina Blue

📋 copy color: '#263F6C'

red 38 ◦ green 63 ◦ blue 108

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

Shades of Catalina Blue #263F6C

Tints of Catalina Blue #263F6C

RGB

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

 GREEN value IS 63 (25% from 255) = 30.14%

 BLUE value IS 108 (42.58% from 255) = 51.67%

R = 18.18%
G = 30.14%
B = 51.67%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#263F6C (or 0x263F6C) is known color: Catalina Blue. HEX triplet: 26, 3F and 6C. RGB value is (38,63,108). Sum of RGB (Red+Green+Blue) = 38+63+108=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #263F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F6C is #D9C093. Grayscale: #3C3C3C. Windows color (decimal): -14270612 or 7094054. OLE color: 7094054.

HSL color Cylindrical-coordinate representation of color #263F6C: hue angle of 218.57º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #263F6C is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 38 63 108 -
CMYK 0.65 0.42 0 0.58
HSL 218.57º 0.48% 0.29% -
HSV(B) 218.57º 0.65% 0.42% -
XYZ 5.28 5.05 14.88 -
YUV 60.66 154.72 111.84 -
System Red Green Blue C M Y K H S L
Decimal 38 63 108 0.65 0.42 0 0.58 218.57 0.48 0.29
Hex 26 3F 6C 41 2A 0 3A DB 30 1D
Octal 46 77 154 101 52 0 72 333 60 35
Binary 100110 111111 1101100 1000001 101010 0 111010 11011011 110000 11101

Color Harmonies of #263F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263F6C

Black with #263F6C

Text Example


Text Example

White with #263F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263F6C; }

 p { color: rgb(38,63,108); }

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

background-color css

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

 a { background-color: rgb(38,63,108); }

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

border-color css

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

 span { border-color: rgb(38,63,108); }

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