Html Css Color HEX #274168 Catalina Blue

📋 copy color: '#274168'

red 39 ◦ green 65 ◦ blue 104

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

Shades of Catalina Blue #274168

Tints of Catalina Blue #274168

RGB

 RED value IS 39 (15.63% from 255) = 18.75%

 GREEN value IS 65 (25.78% from 255) = 31.25%

 BLUE value IS 104 (41.02% from 255) = 50%

R = 18.75%
G = 31.25%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#274168 (or 0x274168) is known color: Catalina Blue. HEX triplet: 27, 41 and 68. RGB value is (39,65,104). Sum of RGB (Red+Green+Blue) = 39+65+104=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #274168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274168 is #D8BE97. Grayscale: #3D3D3D. Windows color (decimal): -14204568 or 6832423. OLE color: 6832423.

HSL color Cylindrical-coordinate representation of color #274168: hue angle of 216º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #274168 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 39 65 104 -
CMYK 0.62 0.38 0 0.59
HSL 216º 0.45% 0.28% -
HSV(B) 216º 0.63% 0.41% -
XYZ 5.23 5.21 13.83 -
YUV 61.67 151.89 111.83 -
System Red Green Blue C M Y K H S L
Decimal 39 65 104 0.62 0.38 0 0.59 216 0.45 0.28
Hex 27 41 68 3E 26 0 3B D8 2D 1C
Octal 47 101 150 76 46 0 73 330 55 34
Binary 100111 1000001 1101000 111110 100110 0 111011 11011000 101101 11100

Color Harmonies of #274168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274168

Black with #274168

Text Example


Text Example

White with #274168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274168; }

 p { color: rgb(39,65,104); }

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

background-color css

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

 a { background-color: rgb(39,65,104); }

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

border-color css

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

 span { border-color: rgb(39,65,104); }

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