Html Css Color HEX #438AC3 Curious Blue

📋 copy color: '#438AC3'

red 67 ◦ green 138 ◦ blue 195

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

Shades of Curious Blue #438AC3

Tints of Curious Blue #438AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 48.75%

R = 16.75%
G = 34.5%
B = 48.75%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#438AC3 (or 0x438AC3) is known color: Curious Blue. HEX triplet: 43, 8A and C3. RGB value is (67,138,195). Sum of RGB (Red+Green+Blue) = 67+138+195=400 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.75% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 195 (76.56% from 255 or 48.75% from 400); Max value from RGB is 195 - color contains mainly: blue. Hex color #438AC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438AC3 is #BC753C. Grayscale: #7A7A7A. Windows color (decimal): -12350781 or 12814915. OLE color: 12814915.

HSL color Cylindrical-coordinate representation of color #438AC3: hue angle of 206.72º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #438AC3 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 67 138 195 -
CMYK 0.66 0.29 0 0.24
HSL 206.72º 0.52% 0.51% -
HSV(B) 206.72º 0.66% 0.76% -
XYZ 21.25 23.31 55.01 -
YUV 123.27 168.48 87.87 -
System Red Green Blue C M Y K H S L
Decimal 67 138 195 0.66 0.29 0 0.24 206.72 0.52 0.51
Hex 43 8A C3 42 1D 0 18 CF 34 33
Octal 103 212 303 102 35 0 30 317 64 63
Binary 1000011 10001010 11000011 1000010 11101 0 11000 11001111 110100 110011

Color Harmonies of #438AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438AC3

Black with #438AC3

Text Example


Text Example

White with #438AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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