Html Css Color HEX #338FCF Curious Blue

📋 copy color: '#338FCF'

red 51 ◦ green 143 ◦ blue 207

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

Shades of Curious Blue #338FCF

Tints of Curious Blue #338FCF

RGB

 RED value IS 51 (20.31% from 255) = 12.72%

 GREEN value IS 143 (56.25% from 255) = 35.66%

 BLUE value IS 207 (81.25% from 255) = 51.62%

R = 12.72%
G = 35.66%
B = 51.62%

CMYK

 C value IS 0.75

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#338FCF (or 0x338FCF) is known color: Curious Blue. HEX triplet: 33, 8F and CF. RGB value is (51,143,207). Sum of RGB (Red+Green+Blue) = 51+143+207=401 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.72% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #338FCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338FCF is #CC7030. Grayscale: #7A7A7A. Windows color (decimal): -13398065 or 13602611. OLE color: 13602611.

HSL color Cylindrical-coordinate representation of color #338FCF: hue angle of 204.62º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #338FCF is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 143 207 -
CMYK 0.75 0.31 0 0.19
HSL 204.62º 0.62% 0.51% -
HSV(B) 204.62º 0.75% 0.81% -
XYZ 22.45 24.85 62.65 -
YUV 122.79 175.52 76.8 -
System Red Green Blue C M Y K H S L
Decimal 51 143 207 0.75 0.31 0 0.19 204.62 0.62 0.51
Hex 33 8F CF 4B 1F 0 13 CD 3E 33
Octal 63 217 317 113 37 0 23 315 76 63
Binary 110011 10001111 11001111 1001011 11111 0 10011 11001101 111110 110011

Color Harmonies of #338FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338FCF

Black with #338FCF

Text Example


Text Example

White with #338FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338FCF; }

 p { color: rgb(51,143,207); }

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

background-color css

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

 a { background-color: rgb(51,143,207); }

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

border-color css

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

 span { border-color: rgb(51,143,207); }

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