Html Css Color HEX #274668 Catalina Blue

📋 copy color: '#274668'

red 39 ◦ green 70 ◦ blue 104

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

Shades of Catalina Blue #274668

Tints of Catalina Blue #274668

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.86%

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

R = 18.31%
G = 32.86%
B = 48.83%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#274668 (or 0x274668) is known color: Catalina Blue. HEX triplet: 27, 46 and 68. RGB value is (39,70,104). Sum of RGB (Red+Green+Blue) = 39+70+104=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #274668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274668 is #D8B997. Grayscale: #404040. Windows color (decimal): -14203288 or 6833703. OLE color: 6833703.

HSL color Cylindrical-coordinate representation of color #274668: hue angle of 211.38º 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 #274668 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 39 70 104 -
CMYK 0.62 0.33 0 0.59
HSL 211.38º 0.45% 0.28% -
HSV(B) 211.38º 0.63% 0.41% -
XYZ 5.53 5.81 13.93 -
YUV 64.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 39 70 104 0.62 0.33 0 0.59 211.38 0.45 0.28
Hex 27 46 68 3E 21 0 3B D3 2D 1C
Octal 47 106 150 76 41 0 73 323 55 34
Binary 100111 1000110 1101000 111110 100001 0 111011 11010011 101101 11100

Color Harmonies of #274668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274668

Black with #274668

Text Example


Text Example

White with #274668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274668; }

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

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

background-color css

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

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

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

border-color css

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

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

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