Html Css Color HEX #438AC0 Curious Blue

📋 copy color: '#438AC0'

red 67 ◦ green 138 ◦ blue 192

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

Shades of Curious Blue #438AC0

Tints of Curious Blue #438AC0

RGB

 RED value IS 67 (26.56% from 255) = 16.88%

 GREEN value IS 138 (54.3% from 255) = 34.76%

 BLUE value IS 192 (75.39% from 255) = 48.36%

R = 16.88%
G = 34.76%
B = 48.36%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#438AC0 (or 0x438AC0) is known color: Curious Blue. HEX triplet: 43, 8A and C0. RGB value is (67,138,192). Sum of RGB (Red+Green+Blue) = 67+138+192=397 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.88% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #438AC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438AC0 is #BC753F. Grayscale: #7A7A7A. Windows color (decimal): -12350784 or 12618307. OLE color: 12618307.

HSL color Cylindrical-coordinate representation of color #438AC0: hue angle of 205.92º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #438AC0 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 67 138 192 -
CMYK 0.65 0.28 0 0.25
HSL 205.92º 0.5% 0.51% -
HSV(B) 205.92º 0.65% 0.75% -
XYZ 20.92 23.18 53.24 -
YUV 122.93 166.98 88.11 -
System Red Green Blue C M Y K H S L
Decimal 67 138 192 0.65 0.28 0 0.25 205.92 0.5 0.51
Hex 43 8A C0 41 1C 0 19 CE 32 33
Octal 103 212 300 101 34 0 31 316 62 63
Binary 1000011 10001010 11000000 1000001 11100 0 11001 11001110 110010 110011

Color Harmonies of #438AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438AC0

Black with #438AC0

Text Example


Text Example

White with #438AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438AC0; }

 p { color: rgb(67,138,192); }

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

background-color css

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

 a { background-color: rgb(67,138,192); }

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

border-color css

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

 span { border-color: rgb(67,138,192); }

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